Html Css Color HEX #696E42 Woodland

📋 copy color: '#696E42'

red 105 ◦ green 110 ◦ blue 66

#696E42
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Woodland #696E42

Tints of Woodland #696E42

RGB

 RED value IS 105 (41.41% from 255) = 37.37%

 GREEN value IS 110 (43.36% from 255) = 39.15%

 BLUE value IS 66 (26.17% from 255) = 23.49%

R = 37.37%
G = 39.15%
B = 23.49%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.4

 K value IS 0.57

RGB Variations

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

Color information

#696E42 (or 0x696E42) is known color: Woodland. HEX triplet: 69, 6E and 42. RGB value is (105,110,66). Sum of RGB (Red+Green+Blue) = 105+110+66=281 (37% of max value = 765). Red value is 105 (41.41% from 255 or 37.37% from 281); Green value is 110 (43.36% from 255 or 39.15% from 281); Blue value is 66 (26.17% from 255 or 23.49% from 281); Max value from RGB is 110 - color contains mainly: green. Hex color #696E42 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #696E42 is #9691BD. Grayscale: #676767. Windows color (decimal): -9867710 or 4353641. OLE color: 4353641.

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

Color convert

RGB 105 110 66 -
CMYK 0.05 0 0.4 0.57
HSL 66.82º 0.25% 0.35% -
HSV(B) 66.82º 0.4% 0.43% -
XYZ 12.39 14.55 7.31 -
YUV 103.49 106.84 129.08 -
System Red Green Blue C M Y K H S L
Decimal 105 110 66 0.05 0 0.4 0.57 66.82 0.25 0.35
Hex 69 6E 42 5 0 28 39 43 19 23
Octal 151 156 102 5 0 50 71 103 31 43
Binary 1101001 1101110 1000010 101 0 101000 111001 1000011 11001 100011

Color Harmonies of #696E42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696E42

Black with #696E42

Text Example


Text Example

White with #696E42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #696E42;
 }
 .AnyTagClassName
 {
   color: #696E42;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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