#604324

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

Shades of Dark Brown #604324

Tints of Dark Brown #604324

Color information

#604324 (or 0x604324) is unknown color: approx Dark Brown. HEX triplet: 60, 43 and 24. RGB value is (96,67,36). Sum of RGB (Red+Green+Blue) = 96+67+36=199 (26% of max value = 765). Red value is 96 (37.89% from 255 or 48.24% from 199); Green value is 67 (26.56% from 255 or 33.67% from 199); Blue value is 36 (14.45% from 255 or 18.09% from 199); Max value from RGB is 96 - color contains mainly: red. Hex color #604324 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #604324 is #9FBCDB. Grayscale: #484848. Windows color (decimal): -10468572 or 2376544. OLE color: 2376544.

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

Color convert

RGB966736-
CMYK00.300.620.62
HSL31º45.45%25.88%-
HSV(B)31º62.5%37.65%-
XYZ7.156.632.57-
YUV72.14107.61145.02-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 48.24%
GREEN value IS 67 (26.56% from 255) = 33.67%
BLUE value IS 36 (14.45% from 255) = 18.09%
R=48.24%
G=33.67%
B=18.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.62
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96673600.300.620.623145.4525.88
Hex60432401E3E3E1f2d1a
Octal140103440367676375532
Binary110000010000111001000111101111101111101111110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604324

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604324; }

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

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

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

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

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

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

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

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