#696C3B

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

Shades of Woodland #696C3B

Tints of Woodland #696C3B

Color information

#696C3B (or 0x696C3B) is unknown color: approx Woodland. HEX triplet: 69, 6C and 3B. RGB value is (105,108,59). Sum of RGB (Red+Green+Blue) = 105+108+59=272 (36% of max value = 765). Red value is 105 (41.41% from 255 or 38.60% from 272); Green value is 108 (42.58% from 255 or 39.71% from 272); Blue value is 59 (23.44% from 255 or 21.69% from 272); Max value from RGB is 108 - color contains mainly: green. Hex color #696C3B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #696C3B is #9693C4. Grayscale: #656565. Windows color (decimal): -9868229 or 3894377. OLE color: 3894377.

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

Color convert

RGB10510859-
CMYK0.0300.450.58
HSL63.67º29.34%32.75%-
HSV(B)63.67º45.37%42.35%-
XYZ11.9814.046.22-
YUV101.52104.01130.48-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 38.60%
GREEN value IS 108 (42.58% from 255) = 39.71%
BLUE value IS 59 (23.44% from 255) = 21.69%
R=38.60%
G=39.71%
B=21.69%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal105108590.0300.450.5863.6729.3432.75
Hex696C3B302D3A401d21
Octal151154733055721003541
Binary11010011101100111011110101101111010100000011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696C3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696C3B; }

 p { color: rgb(105,108,59); }

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

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

 a { background-color: rgb(105,108,59); }

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

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

 span { border-color: rgb(105,108,59); }

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