#646d48

Color #646D48 Woodland (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Woodland #646D48

Tints of Woodland #646D48

Color information

#646D48 (or 0x646D48) is unknown color: approx Woodland. HEX triplet: 64, 6D and 48. RGB value is (100,109,72). Sum of RGB (Red+Green+Blue) = 100+109+72=281 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.59% from 281); Green value is 109 (42.97% from 255 or 38.79% from 281); Blue value is 72 (28.52% from 255 or 25.62% from 281); Max value from RGB is 109 - color contains mainly: green. Hex color #646D48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #646D48 is #9B92B7. Grayscale: #666666. Windows color (decimal): -10195640 or 4746596. OLE color: 4746596.

HSL color Cylindrical-coordinate representation of color #646D48: hue angle of 74.59º degrees, saturation: 0.2, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #646D48 is Cyan = 0.08, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.57.

Color convert

RGB10010972-
CMYK0.0800.340.57
HSL74.59º20.44%35.49%-
HSV(B)74.59º33.94%42.75%-
XYZ11.8914.118.23-
YUV102.09111.02126.51-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 35.59%
GREEN value IS 109 (42.97% from 255) = 38.79%
BLUE value IS 72 (28.52% from 255) = 25.62%
R=35.59%
G=38.79%
B=25.62%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal100109720.0800.340.5774.5920.4435.49
Hex646D488022394b1423
Octal14415511010042711132443
Binary11001001101101100100010000100010111001100101110100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #646d48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #646d48; }

 p { color: rgb(100,109,72); }

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

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

 a { background-color: rgb(100,109,72); }

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

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

 span { border-color: rgb(100,109,72); }

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