#604A39

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

Shades of Brown Derby #604A39

Tints of Brown Derby #604A39

Color information

#604A39 (or 0x604A39) is unknown color: approx Brown Derby. HEX triplet: 60, 4A and 39. RGB value is (96,74,57). Sum of RGB (Red+Green+Blue) = 96+74+57=227 (30% of max value = 765). Red value is 96 (37.89% from 255 or 42.29% from 227); Green value is 74 (29.30% from 255 or 32.60% from 227); Blue value is 57 (22.66% from 255 or 25.11% from 227); Max value from RGB is 96 - color contains mainly: red. Hex color #604A39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #604A39 is #9FB5C6. Grayscale: #4E4E4E. Windows color (decimal): -10466759 or 3754592. OLE color: 3754592.

HSL color Cylindrical-coordinate representation of color #604A39: hue angle of 26.15º degrees, saturation: 0.25, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #604A39 is Cyan = 0, Magento = 0.23, Yellow = 0.41 and Black (K on CMYK) = 0.62.

Color convert

RGB967457-
CMYK00.230.410.62
HSL26.15º25.49%30%-
HSV(B)26.15º40.62%37.65%-
XYZ8.017.684.93-
YUV78.64115.79140.38-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 42.29%
GREEN value IS 74 (29.30% from 255) = 32.60%
BLUE value IS 57 (22.66% from 255) = 25.11%
R=42.29%
G=32.60%
B=25.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.41
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96745700.230.410.6226.1525.4930
Hex604A39017293E1a191e
Octal140112710275176323136
Binary11000001001010111001010111101001111110110101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604A39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604A39; }

 p { color: rgb(96,74,57); }

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

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

 a { background-color: rgb(96,74,57); }

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

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

 span { border-color: rgb(96,74,57); }

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