#604A38

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

Shades of Brown Derby #604A38

Tints of Brown Derby #604A38

Color information

#604A38 (or 0x604A38) is unknown color: approx Brown Derby. HEX triplet: 60, 4A and 38. RGB value is (96,74,56). Sum of RGB (Red+Green+Blue) = 96+74+56=226 (29% of max value = 765). Red value is 96 (37.89% from 255 or 42.48% from 226); Green value is 74 (29.30% from 255 or 32.74% from 226); Blue value is 56 (22.27% from 255 or 24.78% from 226); Max value from RGB is 96 - color contains mainly: red. Hex color #604A38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #604A38 is #9FB5C7. Grayscale: #4E4E4E. Windows color (decimal): -10466760 or 3689056. OLE color: 3689056.

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

Color convert

RGB967456-
CMYK00.230.420.62
HSL27º26.32%29.8%-
HSV(B)27º41.67%37.65%-
XYZ7.997.674.8-
YUV78.53115.29140.46-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 42.48%
GREEN value IS 74 (29.30% from 255) = 32.74%
BLUE value IS 56 (22.27% from 255) = 24.78%
R=42.48%
G=32.74%
B=24.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.42
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96745600.230.420.622726.3229.8
Hex604A380172A3E1b1a1e
Octal140112700275276333236
Binary11000001001010111000010111101010111110110111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604A38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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