#60463E

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

Shades of Very Dark Brown #60463E

Tints of Very Dark Brown #60463E

Color information

#60463E (or 0x60463E) is unknown color: approx Very Dark Brown. HEX triplet: 60, 46 and 3E. RGB value is (96,70,62). Sum of RGB (Red+Green+Blue) = 96+70+62=228 (30% of max value = 765). Red value is 96 (37.89% from 255 or 42.11% from 228); Green value is 70 (27.73% from 255 or 30.70% from 228); Blue value is 62 (24.61% from 255 or 27.19% from 228); Max value from RGB is 96 - color contains mainly: red. Hex color #60463E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60463E is #9FB9C1. Grayscale: #4C4C4C. Windows color (decimal): -10467778 or 4081248. OLE color: 4081248.

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

Color convert

RGB967062-
CMYK00.270.350.62
HSL14.12º21.52%30.98%-
HSV(B)14.12º35.42%37.65%-
XYZ7.887.215.53-
YUV76.86119.61141.65-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 42.11%
GREEN value IS 70 (27.73% from 255) = 30.70%
BLUE value IS 62 (24.61% from 255) = 27.19%
R=42.11%
G=30.70%
B=27.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.35
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96706200.270.350.6214.1221.5230.98
Hex60463E01B233Ee161f
Octal140106760334376162637
Binary1100000100011011111001101110001111111011101011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60463E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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