#696E41

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

Shades of Woodland #696E41

Tints of Woodland #696E41

Color information

#696E41 (or 0x696E41) is unknown color: approx Woodland. HEX triplet: 69, 6E and 41. RGB value is (105,110,65). Sum of RGB (Red+Green+Blue) = 105+110+65=280 (37% of max value = 765). Red value is 105 (41.41% from 255 or 37.5% from 280); Green value is 110 (43.36% from 255 or 39.29% from 280); Blue value is 65 (25.78% from 255 or 23.21% from 280); Max value from RGB is 110 - color contains mainly: green. Hex color #696E41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #696E41 is #9691BE. Grayscale: #676767. Windows color (decimal): -9867711 or 4288105. OLE color: 4288105.

HSL color Cylindrical-coordinate representation of color #696E41: hue angle of 66.67º degrees, saturation: 0.26, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #696E41 is Cyan = 0.05, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.57.

Color convert

RGB10511065-
CMYK0.0500.410.57
HSL66.67º25.71%34.31%-
HSV(B)66.67º40.91%43.14%-
XYZ12.3614.547.16-
YUV103.37106.34129.16-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 37.5%
GREEN value IS 110 (43.36% from 255) = 39.29%
BLUE value IS 65 (25.78% from 255) = 23.21%
R=37.5%
G=39.29%
B=23.21%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal105110650.0500.410.5766.6725.7134.31
Hex696E41502939431a22
Octal1511561015051711033242
Binary1101001110111010000011010101001111001100001111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696E41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,110,65); }

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

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

 a { background-color: rgb(105,110,65); }

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

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

 span { border-color: rgb(105,110,65); }

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