#604B38

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

Shades of Brown Derby #604B38

Tints of Brown Derby #604B38

Color information

#604B38 (or 0x604B38) is unknown color: approx Brown Derby. HEX triplet: 60, 4B and 38. RGB value is (96,75,56). Sum of RGB (Red+Green+Blue) = 96+75+56=227 (30% of max value = 765). Red value is 96 (37.89% from 255 or 42.29% from 227); Green value is 75 (29.69% from 255 or 33.04% from 227); Blue value is 56 (22.27% from 255 or 24.67% from 227); Max value from RGB is 96 - color contains mainly: red. Hex color #604B38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #604B38 is #9FB4C7. Grayscale: #4F4F4F. Windows color (decimal): -10466504 or 3689312. OLE color: 3689312.

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

Color convert

RGB967556-
CMYK00.220.420.62
HSL28.5º26.32%29.8%-
HSV(B)28.5º41.67%37.65%-
XYZ8.057.84.82-
YUV79.11114.96140.04-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 42.29%
GREEN value IS 75 (29.69% from 255) = 33.04%
BLUE value IS 56 (22.27% from 255) = 24.67%
R=42.29%
G=33.04%
B=24.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.42
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96755600.220.420.6228.526.3229.8
Hex604B380162A3E1d1a1e
Octal140113700265276353236
Binary11000001001011111000010110101010111110111011101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604B38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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