#60471E

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

Shades of Dark Brown #60471E

Tints of Dark Brown #60471E

Color information

#60471E (or 0x60471E) is unknown color: approx Dark Brown. HEX triplet: 60, 47 and 1E. RGB value is (96,71,30). Sum of RGB (Red+Green+Blue) = 96+71+30=197 (26% of max value = 765). Red value is 96 (37.89% from 255 or 48.73% from 197); Green value is 71 (28.12% from 255 or 36.04% from 197); Blue value is 30 (12.11% from 255 or 15.23% from 197); Max value from RGB is 96 - color contains mainly: red. Hex color #60471E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60471E is #9FB8E1. Grayscale: #494949. Windows color (decimal): -10467554 or 1984352. OLE color: 1984352.

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

Color convert

RGB967130-
CMYK00.260.690.62
HSL37.27º52.38%24.71%-
HSV(B)37.27º68.75%37.65%-
XYZ7.317.092.21-
YUV73.8103.28143.83-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 48.73%
GREEN value IS 71 (28.12% from 255) = 36.04%
BLUE value IS 30 (12.11% from 255) = 15.23%
R=48.73%
G=36.04%
B=15.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.69
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96713000.260.690.6237.2752.3824.71
Hex60471E01A453E253419
Octal1401073603210576456431
Binary1100000100011111110011010100010111111010010111010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60471E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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