#656849

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

Shades of Woodland #656849

Tints of Woodland #656849

Color information

#656849 (or 0x656849) is unknown color: approx Woodland. HEX triplet: 65, 68 and 49. RGB value is (101,104,73). Sum of RGB (Red+Green+Blue) = 101+104+73=278 (36% of max value = 765). Red value is 101 (39.84% from 255 or 36.33% from 278); Green value is 104 (41.02% from 255 or 37.41% from 278); Blue value is 73 (28.91% from 255 or 26.26% from 278); Max value from RGB is 104 - color contains mainly: green. Hex color #656849 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #656849 is #9A97B6. Grayscale: #636363. Windows color (decimal): -10131383 or 4810853. OLE color: 4810853.

HSL color Cylindrical-coordinate representation of color #656849: hue angle of 65.81º degrees, saturation: 0.18, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #656849 is Cyan = 0.03, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.59.

Color convert

RGB10110473-
CMYK0.0300.300.59
HSL65.81º17.51%34.71%-
HSV(B)65.81º29.81%40.78%-
XYZ11.5213.158.23-
YUV99.57113.01129.02-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 36.33%
GREEN value IS 104 (41.02% from 255) = 37.41%
BLUE value IS 73 (28.91% from 255) = 26.26%
R=36.33%
G=37.41%
B=26.26%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal101104730.0300.300.5965.8117.5134.71
Hex656849301E3B421223
Octal1451501113036731022243
Binary11001011101000100100111011110111011100001010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #656849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #656849; }

 p { color: rgb(101,104,73); }

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

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

 a { background-color: rgb(101,104,73); }

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

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

 span { border-color: rgb(101,104,73); }

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