Html Css Color HEX #696D39 Woodland

📋 copy color: '#696D39'

red 105 ◦ green 109 ◦ blue 57

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

Shades of Woodland #696D39

Tints of Woodland #696D39

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 21.03%

R = 38.75%
G = 40.22%
B = 21.03%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.48

 K value IS 0.57

RGB Variations

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

Color information

#696D39 (or 0x696D39) is known color: Woodland. HEX triplet: 69, 6D and 39. RGB value is (105,109,57). Sum of RGB (Red+Green+Blue) = 105+109+57=271 (35% of max value = 765). Red value is 105 (41.41% from 255 or 38.75% from 271); Green value is 109 (42.97% from 255 or 40.22% from 271); Blue value is 57 (22.66% from 255 or 21.03% from 271); Max value from RGB is 109 - color contains mainly: green. Hex color #696D39 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #696D39 is #9692C6. Grayscale: #666666. Windows color (decimal): -9867975 or 3763561. OLE color: 3763561.

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

Color convert

RGB 105 109 57 -
CMYK 0.04 0 0.48 0.57
HSL 64.62º 0.31% 0.33% -
HSV(B) 64.62º 0.48% 0.43% -
XYZ 12.03 14.24 5.98 -
YUV 101.88 102.67 130.23 -
System Red Green Blue C M Y K H S L
Decimal 105 109 57 0.04 0 0.48 0.57 64.62 0.31 0.33
Hex 69 6D 39 4 0 30 39 41 1F 21
Octal 151 155 71 4 0 60 71 101 37 41
Binary 1101001 1101101 111001 100 0 110000 111001 1000001 11111 100001

Color Harmonies of #696D39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696D39

Black with #696D39

Text Example


Text Example

White with #696D39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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