#644035

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

Shades of Very Dark Brown #644035

Tints of Very Dark Brown #644035

Color information

#644035 (or 0x644035) is unknown color: approx Very Dark Brown. HEX triplet: 64, 40 and 35. RGB value is (100,64,53). Sum of RGB (Red+Green+Blue) = 100+64+53=217 (28% of max value = 765). Red value is 100 (39.45% from 255 or 46.08% from 217); Green value is 64 (25.39% from 255 or 29.49% from 217); Blue value is 53 (21.09% from 255 or 24.42% from 217); Max value from RGB is 100 - color contains mainly: red. Hex color #644035 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #644035 is #9BBFCA. Grayscale: #494949. Windows color (decimal): -10207179 or 3489892. OLE color: 3489892.

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

Color convert

RGB1006453-
CMYK00.360.470.61
HSL14.04º30.72%30%-
HSV(B)14.04º47%39.22%-
XYZ7.736.634.24-
YUV73.51116.43146.89-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 46.08%
GREEN value IS 64 (25.39% from 255) = 29.49%
BLUE value IS 53 (21.09% from 255) = 24.42%
R=46.08%
G=29.49%
B=24.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.47
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100645300.360.470.6114.0430.7230
Hex6440350242F3De1f1e
Octal144100650445775163736
Binary11001001000000110101010010010111111110111101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #644035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #644035; }

 p { color: rgb(100,64,53); }

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

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

 a { background-color: rgb(100,64,53); }

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

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

 span { border-color: rgb(100,64,53); }

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