#64463C

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

Shades of Very Dark Brown #64463C

Tints of Very Dark Brown #64463C

Color information

#64463C (or 0x64463C) is unknown color: approx Very Dark Brown. HEX triplet: 64, 46 and 3C. RGB value is (100,70,60). Sum of RGB (Red+Green+Blue) = 100+70+60=230 (30% of max value = 765). Red value is 100 (39.45% from 255 or 43.48% from 230); Green value is 70 (27.73% from 255 or 30.43% from 230); Blue value is 60 (23.83% from 255 or 26.09% from 230); Max value from RGB is 100 - color contains mainly: red. Hex color #64463C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64463C is #9BB9C3. Grayscale: #4D4D4D. Windows color (decimal): -10205636 or 3950180. OLE color: 3950180.

HSL color Cylindrical-coordinate representation of color #64463C: hue angle of 15º degrees, saturation: 0.25, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #64463C is Cyan = 0, Magento = 0.30, Yellow = 0.4 and Black (K on CMYK) = 0.61.

Color convert

RGB1007060-
CMYK00.300.40.61
HSL15º25%31.37%-
HSV(B)15º40%39.22%-
XYZ8.267.425.27-
YUV77.83117.94143.81-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 43.48%
GREEN value IS 70 (27.73% from 255) = 30.43%
BLUE value IS 60 (23.83% from 255) = 26.09%
R=43.48%
G=30.43%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.4
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100706000.300.40.61152531.37
Hex64463C01E283Df191f
Octal144106740365075173137
Binary1100100100011011110001111010100011110111111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64463C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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