#656848

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

Shades of Woodland #656848

Tints of Woodland #656848

Color information

#656848 (or 0x656848) is unknown color: approx Woodland. HEX triplet: 65, 68 and 48. RGB value is (101,104,72). Sum of RGB (Red+Green+Blue) = 101+104+72=277 (36% of max value = 765). Red value is 101 (39.84% from 255 or 36.46% from 277); Green value is 104 (41.02% from 255 or 37.55% from 277); Blue value is 72 (28.52% from 255 or 25.99% from 277); Max value from RGB is 104 - color contains mainly: green. Hex color #656848 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #656848 is #9A97B7. Grayscale: #636363. Windows color (decimal): -10131384 or 4745317. OLE color: 4745317.

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

Color convert

RGB10110472-
CMYK0.0300.310.59
HSL65.62º18.18%34.51%-
HSV(B)65.62º30.77%40.78%-
XYZ11.4913.148.06-
YUV99.45112.51129.1-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 36.46%
GREEN value IS 104 (41.02% from 255) = 37.55%
BLUE value IS 72 (28.52% from 255) = 25.99%
R=36.46%
G=37.55%
B=25.99%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal101104720.0300.310.5965.6218.1834.51
Hex656848301F3B421223
Octal1451501103037731022243
Binary11001011101000100100011011111111011100001010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #656848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #656848; }

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

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

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

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

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

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

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

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