#646B38

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

Shades of Woodland #646B38

Tints of Woodland #646B38

Color information

#646B38 (or 0x646B38) is unknown color: approx Woodland. HEX triplet: 64, 6B and 38. RGB value is (100,107,56). Sum of RGB (Red+Green+Blue) = 100+107+56=263 (34% of max value = 765). Red value is 100 (39.45% from 255 or 38.02% from 263); Green value is 107 (42.19% from 255 or 40.68% from 263); Blue value is 56 (22.27% from 255 or 21.29% from 263); Max value from RGB is 107 - color contains mainly: green. Hex color #646B38 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #646B38 is #9B94C7. Grayscale: #636363. Windows color (decimal): -10196168 or 3697508. OLE color: 3697508.

HSL color Cylindrical-coordinate representation of color #646B38: hue angle of 68.24º degrees, saturation: 0.31, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #646B38 is Cyan = 0.07, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.58.

Color convert

RGB10010756-
CMYK0.0700.480.58
HSL68.24º31.29%31.96%-
HSV(B)68.24º47.66%41.96%-
XYZ11.2313.515.76-
YUV99.09103.68128.65-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 38.02%
GREEN value IS 107 (42.19% from 255) = 40.68%
BLUE value IS 56 (22.27% from 255) = 21.29%
R=38.02%
G=40.68%
B=21.29%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal100107560.0700.480.5868.2431.2931.96
Hex646B3870303A441f20
Octal144153707060721043740
Binary110010011010111110001110110000111010100010011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #646B38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,107,56); }

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

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

 a { background-color: rgb(100,107,56); }

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

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

 span { border-color: rgb(100,107,56); }

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