#60471B

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

Shades of Dark Brown #60471B

Tints of Dark Brown #60471B

Color information

#60471B (or 0x60471B) is unknown color: approx Dark Brown. HEX triplet: 60, 47 and 1B. RGB value is (96,71,27). Sum of RGB (Red+Green+Blue) = 96+71+27=194 (25% of max value = 765). Red value is 96 (37.89% from 255 or 49.48% from 194); Green value is 71 (28.12% from 255 or 36.60% from 194); Blue value is 27 (10.94% from 255 or 13.92% from 194); Max value from RGB is 96 - color contains mainly: red. Hex color #60471B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60471B is #9FB8E4. Grayscale: #494949. Windows color (decimal): -10467557 or 1787744. OLE color: 1787744.

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

Color convert

RGB967127-
CMYK00.260.720.62
HSL38.26º56.1%24.12%-
HSV(B)38.26º71.88%37.65%-
XYZ7.277.072.02-
YUV73.46101.78144.08-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 49.48%
GREEN value IS 71 (28.12% from 255) = 36.60%
BLUE value IS 27 (10.94% from 255) = 13.92%
R=49.48%
G=36.60%
B=13.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.72
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96712700.260.720.6238.2656.124.12
Hex60471B01A483E263818
Octal1401073303211076467030
Binary1100000100011111011011010100100011111010011011100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60471B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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