#644030

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

Shades of Very Dark Brown #644030

Tints of Very Dark Brown #644030

Color information

#644030 (or 0x644030) is unknown color: approx Very Dark Brown. HEX triplet: 64, 40 and 30. RGB value is (100,64,48). Sum of RGB (Red+Green+Blue) = 100+64+48=212 (28% of max value = 765). Red value is 100 (39.45% from 255 or 47.17% from 212); Green value is 64 (25.39% from 255 or 30.19% from 212); Blue value is 48 (19.14% from 255 or 22.64% from 212); Max value from RGB is 100 - color contains mainly: red. Hex color #644030 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #644030 is #9BBFCF. Grayscale: #494949. Windows color (decimal): -10207184 or 3162212. OLE color: 3162212.

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

Color convert

RGB1006448-
CMYK00.360.520.61
HSL18.46º35.14%29.02%-
HSV(B)18.46º52%39.22%-
XYZ7.626.593.67-
YUV72.94113.93147.3-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 47.17%
GREEN value IS 64 (25.39% from 255) = 30.19%
BLUE value IS 48 (19.14% from 255) = 22.64%
R=47.17%
G=30.19%
B=22.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.52
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100644800.360.520.6118.4635.1429.02
Hex644030024343D12231d
Octal144100600446475224335
Binary1100100100000011000001001001101001111011001010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #644030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #644030; }

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

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

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

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

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

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

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

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