#60463D

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

Shades of Very Dark Brown #60463D

Tints of Very Dark Brown #60463D

Color information

#60463D (or 0x60463D) is unknown color: approx Very Dark Brown. HEX triplet: 60, 46 and 3D. RGB value is (96,70,61). Sum of RGB (Red+Green+Blue) = 96+70+61=227 (30% of max value = 765). Red value is 96 (37.89% from 255 or 42.29% from 227); Green value is 70 (27.73% from 255 or 30.84% from 227); Blue value is 61 (24.22% from 255 or 26.87% from 227); Max value from RGB is 96 - color contains mainly: red. Hex color #60463D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60463D is #9FB9C2. Grayscale: #4C4C4C. Windows color (decimal): -10467779 or 4015712. OLE color: 4015712.

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

Color convert

RGB967061-
CMYK00.270.360.62
HSL15.43º22.29%30.78%-
HSV(B)15.43º36.46%37.65%-
XYZ7.867.25.39-
YUV76.75119.11141.73-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 42.29%
GREEN value IS 70 (27.73% from 255) = 30.84%
BLUE value IS 61 (24.22% from 255) = 26.87%
R=42.29%
G=30.84%
B=26.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.36
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96706100.270.360.6215.4322.2930.78
Hex60463D01B243Ef161f
Octal140106750334476172637
Binary1100000100011011110101101110010011111011111011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60463D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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