#604321

Color #604321 Dark Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Brown #604321

Tints of Dark Brown #604321

Color information

#604321 (or 0x604321) is unknown color: approx Dark Brown. HEX triplet: 60, 43 and 21. RGB value is (96,67,33). Sum of RGB (Red+Green+Blue) = 96+67+33=196 (25% of max value = 765). Red value is 96 (37.89% from 255 or 48.98% from 196); Green value is 67 (26.56% from 255 or 34.18% from 196); Blue value is 33 (13.28% from 255 or 16.84% from 196); Max value from RGB is 96 - color contains mainly: red. Hex color #604321 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #604321 is #9FBCDE. Grayscale: #474747. Windows color (decimal): -10468575 or 2179936. OLE color: 2179936.

HSL color Cylindrical-coordinate representation of color #604321: hue angle of 32.38º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #604321 is Cyan = 0, Magento = 0.30, Yellow = 0.66 and Black (K on CMYK) = 0.62.

Color convert

RGB966733-
CMYK00.300.660.62
HSL32.38º48.84%25.29%-
HSV(B)32.38º65.62%37.65%-
XYZ7.116.612.34-
YUV71.8106.11145.26-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 96 (37.89% from 255) = 48.98%
GREEN value IS 67 (26.56% from 255) = 34.18%
BLUE value IS 33 (13.28% from 255) = 16.84%
R=48.98%
G=34.18%
B=16.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.66
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96673300.300.660.6232.3848.8425.29
Hex60432101E423E203119
Octal1401034103610276406131
Binary11000001000011100001011110100001011111010000011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604321; }

 p { color: rgb(96,67,33); }

 H1.HeaderClassName
 {
   color: #604321;
 }
 .AnyTagClassName
 {
   color: #604321;
 }
</style>
background-color css

<style>
 a { background-color: #604321; }

 a { background-color: rgb(96,67,33); }

 div.DivClassName
 {
   background-color: #604321;
 }
 .BgClassName
 {
   background-color: #604321;
 }
</style>
border-color css

<style>
 span { border-color: #604321; }

 span { border-color: rgb(96,67,33); }

 td.TdClassName
 {
   border-color: #604321;
 }
 .TagClassName
 {
   border-color: #604321;
 }
</style>