#60421C

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

Shades of Dark Brown #60421C

Tints of Dark Brown #60421C

Color information

#60421C (or 0x60421C) is unknown color: approx Dark Brown. HEX triplet: 60, 42 and 1C. RGB value is (96,66,28). Sum of RGB (Red+Green+Blue) = 96+66+28=190 (25% of max value = 765). Red value is 96 (37.89% from 255 or 50.53% from 190); Green value is 66 (26.17% from 255 or 34.74% from 190); Blue value is 28 (11.33% from 255 or 14.74% from 190); Max value from RGB is 96 - color contains mainly: red. Hex color #60421C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60421C is #9FBDE3. Grayscale: #464646. Windows color (decimal): -10468836 or 1852000. OLE color: 1852000.

HSL color Cylindrical-coordinate representation of color #60421C: hue angle of 33.53º 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 #60421C is Cyan = 0, Magento = 0.31, Yellow = 0.71 and Black (K on CMYK) = 0.62.

Color convert

RGB966628-
CMYK00.310.710.62
HSL33.53º54.84%24.31%-
HSV(B)33.53º70.83%37.65%-
XYZ6.986.471.98-
YUV70.64103.94146.09-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 50.53%
GREEN value IS 66 (26.17% from 255) = 34.74%
BLUE value IS 28 (11.33% from 255) = 14.74%
R=50.53%
G=34.74%
B=14.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.71
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96662800.310.710.6233.5354.8424.31
Hex60421C01F473E223718
Octal1401023403710776426730
Binary1100000100001011100011111100011111111010001011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60421C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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