#60493B

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

Shades of Brown Derby #60493B

Tints of Brown Derby #60493B

Color information

#60493B (or 0x60493B) is unknown color: approx Brown Derby. HEX triplet: 60, 49 and 3B. RGB value is (96,73,59). Sum of RGB (Red+Green+Blue) = 96+73+59=228 (30% of max value = 765). Red value is 96 (37.89% from 255 or 42.11% from 228); Green value is 73 (28.91% from 255 or 32.02% from 228); Blue value is 59 (23.44% from 255 or 25.88% from 228); Max value from RGB is 96 - color contains mainly: red. Hex color #60493B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60493B is #9FB6C4. Grayscale: #4E4E4E. Windows color (decimal): -10467013 or 3885408. OLE color: 3885408.

HSL color Cylindrical-coordinate representation of color #60493B: hue angle of 22.7º degrees, saturation: 0.24, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #60493B is Cyan = 0, Magento = 0.24, Yellow = 0.39 and Black (K on CMYK) = 0.62.

Color convert

RGB967359-
CMYK00.240.390.62
HSL22.7º23.87%30.39%-
HSV(B)22.7º38.54%37.65%-
XYZ87.575.18-
YUV78.28117.12140.64-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 42.11%
GREEN value IS 73 (28.91% from 255) = 32.02%
BLUE value IS 59 (23.44% from 255) = 25.88%
R=42.11%
G=32.02%
B=25.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.39
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96735900.240.390.6222.723.8730.39
Hex60493B018273E17181e
Octal140111730304776273036
Binary11000001001001111011011000100111111110101111100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60493B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60493B; }

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

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

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

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

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

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

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

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