#656742

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

Shades of Woodland #656742

Tints of Woodland #656742

Color information

#656742 (or 0x656742) is unknown color: approx Woodland. HEX triplet: 65, 67 and 42. RGB value is (101,103,66). Sum of RGB (Red+Green+Blue) = 101+103+66=270 (35% of max value = 765). Red value is 101 (39.84% from 255 or 37.41% from 270); Green value is 103 (40.62% from 255 or 38.15% from 270); Blue value is 66 (26.17% from 255 or 24.44% from 270); Max value from RGB is 103 - color contains mainly: green. Hex color #656742 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #656742 is #9A98BD. Grayscale: #626262. Windows color (decimal): -10131646 or 4351845. OLE color: 4351845.

HSL color Cylindrical-coordinate representation of color #656742: hue angle of 63.24º degrees, saturation: 0.22, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #656742 is Cyan = 0.02, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.60.

Color convert

RGB10110366-
CMYK0.0200.360.60
HSL63.24º21.89%33.14%-
HSV(B)63.24º35.92%40.39%-
XYZ11.212.867.05-
YUV98.18109.84130.01-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 37.41%
GREEN value IS 103 (40.62% from 255) = 38.15%
BLUE value IS 66 (26.17% from 255) = 24.44%
R=37.41%
G=38.15%
B=24.44%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101103660.0200.360.6063.2421.8933.14
Hex65674220243C3f1621
Octal145147102204474772641
Binary11001011100111100001010010010011110011111110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #656742

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #656742; }

 p { color: rgb(101,103,66); }

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

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

 a { background-color: rgb(101,103,66); }

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

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

 span { border-color: rgb(101,103,66); }

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