#646F48

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

Shades of Woodland #646F48

Tints of Woodland #646F48

Color information

#646F48 (or 0x646F48) is unknown color: approx Woodland. HEX triplet: 64, 6F and 48. RGB value is (100,111,72). Sum of RGB (Red+Green+Blue) = 100+111+72=283 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.34% from 283); Green value is 111 (43.75% from 255 or 39.22% from 283); Blue value is 72 (28.52% from 255 or 25.44% from 283); Max value from RGB is 111 - color contains mainly: green. Hex color #646F48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #646F48 is #9B90B7. Grayscale: #676767. Windows color (decimal): -10195128 or 4747108. OLE color: 4747108.

HSL color Cylindrical-coordinate representation of color #646F48: hue angle of 76.92º degrees, saturation: 0.21, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #646F48 is Cyan = 0.10, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.56.

Color convert

RGB10011172-
CMYK0.1000.350.56
HSL76.92º21.31%35.88%-
HSV(B)76.92º35.14%43.53%-
XYZ12.1114.558.3-
YUV103.26110.36125.67-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 35.34%
GREEN value IS 111 (43.75% from 255) = 39.22%
BLUE value IS 72 (28.52% from 255) = 25.44%
R=35.34%
G=39.22%
B=25.44%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal100111720.1000.350.5676.9221.3135.88
Hex646F48A023384d1524
Octal14415711012043701152544
Binary11001001101111100100010100100011111000100110110101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #646F48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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