#60441C

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

Shades of Dark Brown #60441C

Tints of Dark Brown #60441C

Color information

#60441C (or 0x60441C) is unknown color: approx Dark Brown. HEX triplet: 60, 44 and 1C. RGB value is (96,68,28). Sum of RGB (Red+Green+Blue) = 96+68+28=192 (25% of max value = 765). Red value is 96 (37.89% from 255 or 50% from 192); Green value is 68 (26.95% from 255 or 35.42% from 192); Blue value is 28 (11.33% from 255 or 14.58% from 192); Max value from RGB is 96 - color contains mainly: red. Hex color #60441C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60441C is #9FBBE3. Grayscale: #474747. Windows color (decimal): -10468324 or 1852512. OLE color: 1852512.

HSL color Cylindrical-coordinate representation of color #60441C: hue angle of 35.29º degrees, saturation: 0.55, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #60441C is Cyan = 0, Magento = 0.29, Yellow = 0.71 and Black (K on CMYK) = 0.62.

Color convert

RGB966828-
CMYK00.290.710.62
HSL35.29º54.84%24.31%-
HSV(B)35.29º70.83%37.65%-
XYZ7.16.72.02-
YUV71.81103.28145.25-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 50%
GREEN value IS 68 (26.95% from 255) = 35.42%
BLUE value IS 28 (11.33% from 255) = 14.58%
R=50%
G=35.42%
B=14.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.71
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96682800.290.710.6235.2954.8424.31
Hex60441C01D473E233718
Octal1401043403510776436730
Binary1100000100010011100011101100011111111010001111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60441C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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