#60463C

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

Shades of Very Dark Brown #60463C

Tints of Very Dark Brown #60463C

Color information

#60463C (or 0x60463C) is unknown color: approx Very Dark Brown. HEX triplet: 60, 46 and 3C. RGB value is (96,70,60). Sum of RGB (Red+Green+Blue) = 96+70+60=226 (29% of max value = 765). Red value is 96 (37.89% from 255 or 42.48% from 226); Green value is 70 (27.73% from 255 or 30.97% from 226); Blue value is 60 (23.83% from 255 or 26.55% from 226); Max value from RGB is 96 - color contains mainly: red. Hex color #60463C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60463C is #9FB9C3. Grayscale: #4C4C4C. Windows color (decimal): -10467780 or 3950176. OLE color: 3950176.

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

Color convert

RGB967060-
CMYK00.270.380.62
HSL16.67º23.08%30.59%-
HSV(B)16.67º37.5%37.65%-
XYZ7.837.195.25-
YUV76.63118.61141.81-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 42.48%
GREEN value IS 70 (27.73% from 255) = 30.97%
BLUE value IS 60 (23.83% from 255) = 26.55%
R=42.48%
G=30.97%
B=26.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.38
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96706000.270.380.6216.6723.0830.59
Hex60463C01B263E11171f
Octal140106740334676212737
Binary11000001000110111100011011100110111110100011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60463C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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