#60421B

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

Shades of Dark Brown #60421B

Tints of Dark Brown #60421B

Color information

#60421B (or 0x60421B) is unknown color: approx Dark Brown. HEX triplet: 60, 42 and 1B. RGB value is (96,66,27). Sum of RGB (Red+Green+Blue) = 96+66+27=189 (25% of max value = 765). Red value is 96 (37.89% from 255 or 50.79% from 189); Green value is 66 (26.17% from 255 or 34.92% from 189); Blue value is 27 (10.94% from 255 or 14.29% from 189); Max value from RGB is 96 - color contains mainly: red. Hex color #60421B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60421B is #9FBDE4. Grayscale: #464646. Windows color (decimal): -10468837 or 1786464. OLE color: 1786464.

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

Color convert

RGB966627-
CMYK00.310.720.62
HSL33.91º56.1%24.12%-
HSV(B)33.91º71.88%37.65%-
XYZ6.976.461.92-
YUV70.52103.44146.17-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 50.79%
GREEN value IS 66 (26.17% from 255) = 34.92%
BLUE value IS 27 (10.94% from 255) = 14.29%
R=50.79%
G=34.92%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.72
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96662700.310.720.6233.9156.124.12
Hex60421B01F483E223818
Octal1401023303711076427030
Binary1100000100001011011011111100100011111010001011100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60421B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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