#64453A

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

Shades of Very Dark Brown #64453A

Tints of Very Dark Brown #64453A

Color information

#64453A (or 0x64453A) is unknown color: approx Very Dark Brown. HEX triplet: 64, 45 and 3A. RGB value is (100,69,58). Sum of RGB (Red+Green+Blue) = 100+69+58=227 (30% of max value = 765). Red value is 100 (39.45% from 255 or 44.05% from 227); Green value is 69 (27.34% from 255 or 30.40% from 227); Blue value is 58 (23.05% from 255 or 25.55% from 227); Max value from RGB is 100 - color contains mainly: red. Hex color #64453A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64453A is #9BBAC5. Grayscale: #4D4D4D. Windows color (decimal): -10205894 or 3818852. OLE color: 3818852.

HSL color Cylindrical-coordinate representation of color #64453A: hue angle of 15.71º degrees, saturation: 0.27, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #64453A is Cyan = 0, Magento = 0.31, Yellow = 0.42 and Black (K on CMYK) = 0.61.

Color convert

RGB1006958-
CMYK00.310.420.61
HSL15.71º26.58%30.98%-
HSV(B)15.71º42%39.22%-
XYZ8.157.274.98-
YUV77.01117.27144.39-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 44.05%
GREEN value IS 69 (27.34% from 255) = 30.40%
BLUE value IS 58 (23.05% from 255) = 25.55%
R=44.05%
G=30.40%
B=25.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.42
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100695800.310.420.6115.7126.5830.98
Hex64453A01F2A3D101b1f
Octal144105720375275203337
Binary11001001000101111010011111101010111101100001101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64453A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,69,58); }

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

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

 a { background-color: rgb(100,69,58); }

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

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

 span { border-color: rgb(100,69,58); }

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