#60463B

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

Shades of Very Dark Brown #60463B

Tints of Very Dark Brown #60463B

Color information

#60463B (or 0x60463B) is unknown color: approx Very Dark Brown. HEX triplet: 60, 46 and 3B. RGB value is (96,70,59). Sum of RGB (Red+Green+Blue) = 96+70+59=225 (29% of max value = 765). Red value is 96 (37.89% from 255 or 42.67% from 225); Green value is 70 (27.73% from 255 or 31.11% from 225); Blue value is 59 (23.44% from 255 or 26.22% from 225); Max value from RGB is 96 - color contains mainly: red. Hex color #60463B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60463B is #9FB9C4. Grayscale: #4C4C4C. Windows color (decimal): -10467781 or 3884640. OLE color: 3884640.

HSL color Cylindrical-coordinate representation of color #60463B: hue angle of 17.84º degrees, saturation: 0.24, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #60463B is Cyan = 0, Magento = 0.27, Yellow = 0.39 and Black (K on CMYK) = 0.62.

Color convert

RGB967059-
CMYK00.270.390.62
HSL17.84º23.87%30.39%-
HSV(B)17.84º38.54%37.65%-
XYZ7.87.185.11-
YUV76.52118.11141.89-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 42.67%
GREEN value IS 70 (27.73% from 255) = 31.11%
BLUE value IS 59 (23.44% from 255) = 26.22%
R=42.67%
G=31.11%
B=26.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.39
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96705900.270.390.6217.8423.8730.39
Hex60463B01B273E12181e
Octal140106730334776223036
Binary11000001000110111011011011100111111110100101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60463B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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