#60441F

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

Shades of Dark Brown #60441F

Tints of Dark Brown #60441F

Color information

#60441F (or 0x60441F) is unknown color: approx Dark Brown. HEX triplet: 60, 44 and 1F. RGB value is (96,68,31). Sum of RGB (Red+Green+Blue) = 96+68+31=195 (25% of max value = 765). Red value is 96 (37.89% from 255 or 49.23% from 195); Green value is 68 (26.95% from 255 or 34.87% from 195); Blue value is 31 (12.5% from 255 or 15.90% from 195); Max value from RGB is 96 - color contains mainly: red. Hex color #60441F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60441F is #9FBBE0. Grayscale: #484848. Windows color (decimal): -10468321 or 2049120. OLE color: 2049120.

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

Color convert

RGB966831-
CMYK00.290.680.62
HSL34.15º51.18%24.9%-
HSV(B)34.15º67.71%37.65%-
XYZ7.146.722.22-
YUV72.15104.78145.01-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 49.23%
GREEN value IS 68 (26.95% from 255) = 34.87%
BLUE value IS 31 (12.5% from 255) = 15.90%
R=49.23%
G=34.87%
B=15.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.68
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96683100.290.680.6234.1551.1824.9
Hex60441F01D443E223319
Octal1401043703510476426331
Binary1100000100010011111011101100010011111010001011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60441F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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