#60441A

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

Shades of Dark Brown #60441A

Tints of Dark Brown #60441A

Color information

#60441A (or 0x60441A) is unknown color: approx Dark Brown. HEX triplet: 60, 44 and 1A. RGB value is (96,68,26). Sum of RGB (Red+Green+Blue) = 96+68+26=190 (25% of max value = 765). Red value is 96 (37.89% from 255 or 50.53% from 190); Green value is 68 (26.95% from 255 or 35.79% from 190); Blue value is 26 (10.55% from 255 or 13.68% from 190); Max value from RGB is 96 - color contains mainly: red. Hex color #60441A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60441A is #9FBBE5. Grayscale: #474747. Windows color (decimal): -10468326 or 1721440. OLE color: 1721440.

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

Color convert

RGB966826-
CMYK00.290.730.62
HSL36º57.38%23.92%-
HSV(B)36º72.92%37.65%-
XYZ7.086.71.9-
YUV71.58102.28145.42-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 50.53%
GREEN value IS 68 (26.95% from 255) = 35.79%
BLUE value IS 26 (10.55% from 255) = 13.68%
R=50.53%
G=35.79%
B=13.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.73
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96682600.290.730.623657.3823.92
Hex60441A01D493E243918
Octal1401043203511176447130
Binary1100000100010011010011101100100111111010010011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60441A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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