#644133

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

Shades of Very Dark Brown #644133

Tints of Very Dark Brown #644133

Color information

#644133 (or 0x644133) is unknown color: approx Very Dark Brown. HEX triplet: 64, 41 and 33. RGB value is (100,65,51). Sum of RGB (Red+Green+Blue) = 100+65+51=216 (28% of max value = 765). Red value is 100 (39.45% from 255 or 46.30% from 216); Green value is 65 (25.78% from 255 or 30.09% from 216); Blue value is 51 (20.31% from 255 or 23.61% from 216); Max value from RGB is 100 - color contains mainly: red. Hex color #644133 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #644133 is #9BBECC. Grayscale: #494949. Windows color (decimal): -10206925 or 3359076. OLE color: 3359076.

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

Color convert

RGB1006551-
CMYK00.350.490.61
HSL17.14º32.45%29.61%-
HSV(B)17.14º49%39.22%-
XYZ7.746.734.02-
YUV73.87115.1146.64-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 46.30%
GREEN value IS 65 (25.78% from 255) = 30.09%
BLUE value IS 51 (20.31% from 255) = 23.61%
R=46.30%
G=30.09%
B=23.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.49
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100655100.350.490.6117.1432.4529.61
Hex644133023313D11201e
Octal144101630436175214036
Binary1100100100000111001101000111100011111011000110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #644133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #644133; }

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

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

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

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

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

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

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

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