#604124

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

Shades of Dark Brown #604124

Tints of Dark Brown #604124

Color information

#604124 (or 0x604124) is unknown color: approx Dark Brown. HEX triplet: 60, 41 and 24. RGB value is (96,65,36). Sum of RGB (Red+Green+Blue) = 96+65+36=197 (26% of max value = 765). Red value is 96 (37.89% from 255 or 48.73% from 197); Green value is 65 (25.78% from 255 or 32.99% from 197); Blue value is 36 (14.45% from 255 or 18.27% from 197); Max value from RGB is 96 - color contains mainly: red. Hex color #604124 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #604124 is #9FBEDB. Grayscale: #474747. Windows color (decimal): -10469084 or 2376032. OLE color: 2376032.

HSL color Cylindrical-coordinate representation of color #604124: hue angle of 29º 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 #604124 is Cyan = 0, Magento = 0.32, Yellow = 0.62 and Black (K on CMYK) = 0.62.

Color convert

RGB966536-
CMYK00.320.620.62
HSL29º45.45%25.88%-
HSV(B)29º62.5%37.65%-
XYZ7.036.392.53-
YUV70.96108.27145.86-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 48.73%
GREEN value IS 65 (25.78% from 255) = 32.99%
BLUE value IS 36 (14.45% from 255) = 18.27%
R=48.73%
G=32.99%
B=18.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.62
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96653600.320.620.622945.4525.88
Hex6041240203E3E1d2d1a
Octal140101440407676355532
Binary1100000100000110010001000001111101111101110110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604124

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604124; }

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

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

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

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

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

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

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

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