#604938

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

Shades of Brown Derby #604938

Tints of Brown Derby #604938

Color information

#604938 (or 0x604938) is unknown color: approx Brown Derby. HEX triplet: 60, 49 and 38. RGB value is (96,73,56). Sum of RGB (Red+Green+Blue) = 96+73+56=225 (29% of max value = 765). Red value is 96 (37.89% from 255 or 42.67% from 225); Green value is 73 (28.91% from 255 or 32.44% from 225); Blue value is 56 (22.27% from 255 or 24.89% from 225); Max value from RGB is 96 - color contains mainly: red. Hex color #604938 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #604938 is #9FB6C7. Grayscale: #4E4E4E. Windows color (decimal): -10467016 or 3688800. OLE color: 3688800.

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

Color convert

RGB967356-
CMYK00.240.420.62
HSL25.5º26.32%29.8%-
HSV(B)25.5º41.67%37.65%-
XYZ7.927.544.78-
YUV77.94115.62140.88-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 42.67%
GREEN value IS 73 (28.91% from 255) = 32.44%
BLUE value IS 56 (22.27% from 255) = 24.89%
R=42.67%
G=32.44%
B=24.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.42
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96735600.240.420.6225.526.3229.8
Hex6049380182A3E1a1a1e
Octal140111700305276323236
Binary11000001001001111000011000101010111110110101101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604938

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604938; }

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

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

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

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

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

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

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

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