Html Css Color HEX #696D43 Woodland

📋 copy color: '#696D43'

red 105 ◦ green 109 ◦ blue 67

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

Shades of Woodland #696D43

Tints of Woodland #696D43

RGB

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

 GREEN value IS 109 (42.97% from 255) = 38.79%

 BLUE value IS 67 (26.56% from 255) = 23.84%

R = 37.37%
G = 38.79%
B = 23.84%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.39

 K value IS 0.57

RGB Variations

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

Color information

#696D43 (or 0x696D43) is known color: Woodland. HEX triplet: 69, 6D and 43. RGB value is (105,109,67). Sum of RGB (Red+Green+Blue) = 105+109+67=281 (37% of max value = 765). Red value is 105 (41.41% from 255 or 37.37% from 281); Green value is 109 (42.97% from 255 or 38.79% from 281); Blue value is 67 (26.56% from 255 or 23.84% from 281); Max value from RGB is 109 - color contains mainly: green. Hex color #696D43 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #696D43 is #9692BC. Grayscale: #676767. Windows color (decimal): -9867965 or 4418921. OLE color: 4418921.

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

Color convert

RGB 105 109 67 -
CMYK 0.04 0 0.39 0.57
HSL 65.71º 0.24% 0.35% -
HSV(B) 65.71º 0.39% 0.43% -
XYZ 12.31 14.35 7.43 -
YUV 103.02 107.67 129.42 -
System Red Green Blue C M Y K H S L
Decimal 105 109 67 0.04 0 0.39 0.57 65.71 0.24 0.35
Hex 69 6D 43 4 0 27 39 42 18 23
Octal 151 155 103 4 0 47 71 102 30 43
Binary 1101001 1101101 1000011 100 0 100111 111001 1000010 11000 100011

Color Harmonies of #696D43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696D43

Black with #696D43

Text Example


Text Example

White with #696D43

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,109,67); }

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

background-color css

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

 a { background-color: rgb(105,109,67); }

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

border-color css

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

 span { border-color: rgb(105,109,67); }

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