#644234

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

Shades of Very Dark Brown #644234

Tints of Very Dark Brown #644234

Color information

#644234 (or 0x644234) is unknown color: approx Very Dark Brown. HEX triplet: 64, 42 and 34. RGB value is (100,66,52). Sum of RGB (Red+Green+Blue) = 100+66+52=218 (28% of max value = 765). Red value is 100 (39.45% from 255 or 45.87% from 218); Green value is 66 (26.17% from 255 or 30.28% from 218); Blue value is 52 (20.70% from 255 or 23.85% from 218); Max value from RGB is 100 - color contains mainly: red. Hex color #644234 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #644234 is #9BBDCB. Grayscale: #4A4A4A. Windows color (decimal): -10206668 or 3424868. OLE color: 3424868.

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

Color convert

RGB1006652-
CMYK00.340.480.61
HSL17.5º31.58%29.8%-
HSV(B)17.5º48%39.22%-
XYZ7.826.854.16-
YUV74.57115.26146.14-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 45.87%
GREEN value IS 66 (26.17% from 255) = 30.28%
BLUE value IS 52 (20.70% from 255) = 23.85%
R=45.87%
G=30.28%
B=23.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.48
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100665200.340.480.6117.531.5829.8
Hex644234022303D12201e
Octal144102640426075224036
Binary1100100100001011010001000101100001111011001010000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #644234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #644234; }

 p { color: rgb(100,66,52); }

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

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

 a { background-color: rgb(100,66,52); }

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

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

 span { border-color: rgb(100,66,52); }

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