#60471F

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

Shades of Dark Brown #60471F

Tints of Dark Brown #60471F

Color information

#60471F (or 0x60471F) is unknown color: approx Dark Brown. HEX triplet: 60, 47 and 1F. RGB value is (96,71,31). Sum of RGB (Red+Green+Blue) = 96+71+31=198 (26% of max value = 765). Red value is 96 (37.89% from 255 or 48.48% from 198); Green value is 71 (28.12% from 255 or 35.86% from 198); Blue value is 31 (12.5% from 255 or 15.66% from 198); Max value from RGB is 96 - color contains mainly: red. Hex color #60471F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60471F is #9FB8E0. Grayscale: #4A4A4A. Windows color (decimal): -10467553 or 2049888. OLE color: 2049888.

HSL color Cylindrical-coordinate representation of color #60471F: hue angle of 36.92º degrees, saturation: 0.51, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #60471F is Cyan = 0, Magento = 0.26, Yellow = 0.68 and Black (K on CMYK) = 0.62.

Color convert

RGB967131-
CMYK00.260.680.62
HSL36.92º51.18%24.9%-
HSV(B)36.92º67.71%37.65%-
XYZ7.327.092.28-
YUV73.92103.78143.75-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 48.48%
GREEN value IS 71 (28.12% from 255) = 35.86%
BLUE value IS 31 (12.5% from 255) = 15.66%
R=48.48%
G=35.86%
B=15.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.68
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96713100.260.680.6236.9251.1824.9
Hex60471F01A443E253319
Octal1401073703210476456331
Binary1100000100011111111011010100010011111010010111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60471F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60471F; }

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

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

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

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

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

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

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

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