#60473C

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

Shades of Very Dark Brown #60473C

Tints of Very Dark Brown #60473C

Color information

#60473C (or 0x60473C) is unknown color: approx Very Dark Brown. HEX triplet: 60, 47 and 3C. RGB value is (96,71,60). Sum of RGB (Red+Green+Blue) = 96+71+60=227 (30% of max value = 765). Red value is 96 (37.89% from 255 or 42.29% from 227); Green value is 71 (28.12% from 255 or 31.28% from 227); Blue value is 60 (23.83% from 255 or 26.43% from 227); Max value from RGB is 96 - color contains mainly: red. Hex color #60473C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60473C is #9FB8C3. Grayscale: #4D4D4D. Windows color (decimal): -10467524 or 3950432. OLE color: 3950432.

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

Color convert

RGB967160-
CMYK00.260.380.62
HSL18.33º23.08%30.59%-
HSV(B)18.33º37.5%37.65%-
XYZ7.897.325.27-
YUV77.22118.28141.39-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 42.29%
GREEN value IS 71 (28.12% from 255) = 31.28%
BLUE value IS 60 (23.83% from 255) = 26.43%
R=42.29%
G=31.28%
B=26.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.38
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96716000.260.380.6218.3323.0830.59
Hex60473C01A263E12171f
Octal140107740324676222737
Binary11000001000111111100011010100110111110100101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60473C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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