#644131

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

Shades of Very Dark Brown #644131

Tints of Very Dark Brown #644131

Color information

#644131 (or 0x644131) is unknown color: approx Very Dark Brown. HEX triplet: 64, 41 and 31. RGB value is (100,65,49). Sum of RGB (Red+Green+Blue) = 100+65+49=214 (28% of max value = 765). Red value is 100 (39.45% from 255 or 46.73% from 214); Green value is 65 (25.78% from 255 or 30.37% from 214); Blue value is 49 (19.53% from 255 or 22.90% from 214); Max value from RGB is 100 - color contains mainly: red. Hex color #644131 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #644131 is #9BBECE. Grayscale: #494949. Windows color (decimal): -10206927 or 3228004. OLE color: 3228004.

HSL color Cylindrical-coordinate representation of color #644131: hue angle of 18.82º degrees, saturation: 0.34, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #644131 is Cyan = 0, Magento = 0.35, Yellow = 0.51 and Black (K on CMYK) = 0.61.

Color convert

RGB1006549-
CMYK00.350.510.61
HSL18.82º34.23%29.22%-
HSV(B)18.82º51%39.22%-
XYZ7.76.713.8-
YUV73.64114.1146.8-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 46.73%
GREEN value IS 65 (25.78% from 255) = 30.37%
BLUE value IS 49 (19.53% from 255) = 22.90%
R=46.73%
G=30.37%
B=22.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.51
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100654900.350.510.6118.8234.2329.22
Hex644131023333D13221d
Octal144101610436375234235
Binary1100100100000111000101000111100111111011001110001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #644131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #644131; }

 p { color: rgb(100,65,49); }

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

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

 a { background-color: rgb(100,65,49); }

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

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

 span { border-color: rgb(100,65,49); }

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