#64443A

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

Shades of Very Dark Brown #64443A

Tints of Very Dark Brown #64443A

Color information

#64443A (or 0x64443A) is unknown color: approx Very Dark Brown. HEX triplet: 64, 44 and 3A. RGB value is (100,68,58). Sum of RGB (Red+Green+Blue) = 100+68+58=226 (29% of max value = 765). Red value is 100 (39.45% from 255 or 44.25% from 226); Green value is 68 (26.95% from 255 or 30.09% from 226); Blue value is 58 (23.05% from 255 or 25.66% from 226); Max value from RGB is 100 - color contains mainly: red. Hex color #64443A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64443A is #9BBBC5. Grayscale: #4C4C4C. Windows color (decimal): -10206150 or 3818596. OLE color: 3818596.

HSL color Cylindrical-coordinate representation of color #64443A: hue angle of 14.29º 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 #64443A is Cyan = 0, Magento = 0.32, Yellow = 0.42 and Black (K on CMYK) = 0.61.

Color convert

RGB1006858-
CMYK00.320.420.61
HSL14.29º26.58%30.98%-
HSV(B)14.29º42%39.22%-
XYZ8.097.154.96-
YUV76.43117.6144.81-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 44.25%
GREEN value IS 68 (26.95% from 255) = 30.09%
BLUE value IS 58 (23.05% from 255) = 25.66%
R=44.25%
G=30.09%
B=25.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.42
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100685800.320.420.6114.2926.5830.98
Hex64443A0202A3De1b1f
Octal144104720405275163337
Binary11001001000100111010010000010101011110111101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64443A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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