#60423C

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

Shades of Very Dark Brown #60423C

Tints of Very Dark Brown #60423C

Color information

#60423C (or 0x60423C) is unknown color: approx Very Dark Brown. HEX triplet: 60, 42 and 3C. RGB value is (96,66,60). Sum of RGB (Red+Green+Blue) = 96+66+60=222 (29% of max value = 765). Red value is 96 (37.89% from 255 or 43.24% from 222); Green value is 66 (26.17% from 255 or 29.73% from 222); Blue value is 60 (23.83% from 255 or 27.03% from 222); Max value from RGB is 96 - color contains mainly: red. Hex color #60423C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60423C is #9FBDC3. Grayscale: #4A4A4A. Windows color (decimal): -10468804 or 3949152. OLE color: 3949152.

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

Color convert

RGB966660-
CMYK00.310.380.62
HSL10º23.08%30.59%-
HSV(B)10º37.5%37.65%-
XYZ7.596.715.17-
YUV74.29119.94143.49-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 43.24%
GREEN value IS 66 (26.17% from 255) = 29.73%
BLUE value IS 60 (23.83% from 255) = 27.03%
R=43.24%
G=29.73%
B=27.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.38
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96666000.310.380.621023.0830.59
Hex60423C01F263Ea171f
Octal140102740374676122737
Binary1100000100001011110001111110011011111010101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60423C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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