#60441B

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

Shades of Dark Brown #60441B

Tints of Dark Brown #60441B

Color information

#60441B (or 0x60441B) is unknown color: approx Dark Brown. HEX triplet: 60, 44 and 1B. RGB value is (96,68,27). Sum of RGB (Red+Green+Blue) = 96+68+27=191 (25% of max value = 765). Red value is 96 (37.89% from 255 or 50.26% from 191); Green value is 68 (26.95% from 255 or 35.60% from 191); Blue value is 27 (10.94% from 255 or 14.14% from 191); Max value from RGB is 96 - color contains mainly: red. Hex color #60441B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60441B is #9FBBE4. Grayscale: #474747. Windows color (decimal): -10468325 or 1786976. OLE color: 1786976.

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

Color convert

RGB966827-
CMYK00.290.720.62
HSL35.65º56.1%24.12%-
HSV(B)35.65º71.88%37.65%-
XYZ7.096.71.96-
YUV71.7102.78145.33-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 50.26%
GREEN value IS 68 (26.95% from 255) = 35.60%
BLUE value IS 27 (10.94% from 255) = 14.14%
R=50.26%
G=35.60%
B=14.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.72
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96682700.290.720.6235.6556.124.12
Hex60441B01D483E243818
Octal1401043303511076447030
Binary1100000100010011011011101100100011111010010011100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60441B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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