#656A3A

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

Shades of Woodland #656A3A

Tints of Woodland #656A3A

Color information

#656A3A (or 0x656A3A) is unknown color: approx Woodland. HEX triplet: 65, 6A and 3A. RGB value is (101,106,58). Sum of RGB (Red+Green+Blue) = 101+106+58=265 (35% of max value = 765). Red value is 101 (39.84% from 255 or 38.11% from 265); Green value is 106 (41.80% from 255 or 40% from 265); Blue value is 58 (23.05% from 255 or 21.89% from 265); Max value from RGB is 106 - color contains mainly: green. Hex color #656A3A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #656A3A is #9A95C5. Grayscale: #636363. Windows color (decimal): -10130886 or 3828325. OLE color: 3828325.

HSL color Cylindrical-coordinate representation of color #656A3A: hue angle of 66.25º degrees, saturation: 0.29, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #656A3A is Cyan = 0.05, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.58.

Color convert

RGB10110658-
CMYK0.0500.450.58
HSL66.25º29.27%32.16%-
HSV(B)66.25º45.28%41.57%-
XYZ11.2813.385.99-
YUV99.03104.84129.4-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 38.11%
GREEN value IS 106 (41.80% from 255) = 40%
BLUE value IS 58 (23.05% from 255) = 21.89%
R=38.11%
G=40%
B=21.89%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal101106580.0500.450.5866.2529.2732.16
Hex656A3A502D3A421d20
Octal145152725055721023540
Binary110010111010101110101010101101111010100001011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #656A3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #656A3A; }

 p { color: rgb(101,106,58); }

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

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

 a { background-color: rgb(101,106,58); }

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

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

 span { border-color: rgb(101,106,58); }

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