#60473B

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

Shades of Brown Derby #60473B

Tints of Brown Derby #60473B

Color information

#60473B (or 0x60473B) is unknown color: approx Brown Derby. HEX triplet: 60, 47 and 3B. RGB value is (96,71,59). Sum of RGB (Red+Green+Blue) = 96+71+59=226 (29% of max value = 765). Red value is 96 (37.89% from 255 or 42.48% from 226); Green value is 71 (28.12% from 255 or 31.42% from 226); Blue value is 59 (23.44% from 255 or 26.11% from 226); Max value from RGB is 96 - color contains mainly: red. Hex color #60473B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60473B is #9FB8C4. Grayscale: #4D4D4D. Windows color (decimal): -10467525 or 3884896. OLE color: 3884896.

HSL color Cylindrical-coordinate representation of color #60473B: hue angle of 19.46º 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 #60473B is Cyan = 0, Magento = 0.26, Yellow = 0.39 and Black (K on CMYK) = 0.62.

Color convert

RGB967159-
CMYK00.260.390.62
HSL19.46º23.87%30.39%-
HSV(B)19.46º38.54%37.65%-
XYZ7.877.315.13-
YUV77.11117.78141.48-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 42.48%
GREEN value IS 71 (28.12% from 255) = 31.42%
BLUE value IS 59 (23.44% from 255) = 26.11%
R=42.48%
G=31.42%
B=26.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.39
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96715900.260.390.6219.4623.8730.39
Hex60473B01A273E13181e
Octal140107730324776233036
Binary11000001000111111011011010100111111110100111100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60473B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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