#60463A

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

Shades of Very Dark Brown #60463A

Tints of Very Dark Brown #60463A

Color information

#60463A (or 0x60463A) is unknown color: approx Very Dark Brown. HEX triplet: 60, 46 and 3A. RGB value is (96,70,58). Sum of RGB (Red+Green+Blue) = 96+70+58=224 (29% of max value = 765). Red value is 96 (37.89% from 255 or 42.86% from 224); Green value is 70 (27.73% from 255 or 31.25% from 224); Blue value is 58 (23.05% from 255 or 25.89% from 224); Max value from RGB is 96 - color contains mainly: red. Hex color #60463A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60463A is #9FB9C5. Grayscale: #4C4C4C. Windows color (decimal): -10467782 or 3819104. OLE color: 3819104.

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

Color convert

RGB967058-
CMYK00.270.400.62
HSL18.95º24.68%30.2%-
HSV(B)18.95º39.58%37.65%-
XYZ7.787.174.98-
YUV76.41117.61141.98-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 42.86%
GREEN value IS 70 (27.73% from 255) = 31.25%
BLUE value IS 58 (23.05% from 255) = 25.89%
R=42.86%
G=31.25%
B=25.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.40
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96705800.270.400.6218.9524.6830.2
Hex60463A01B283E13191e
Octal140106720335076233136
Binary11000001000110111010011011101000111110100111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60463A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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