Html Css Color HEX #686A41 Woodland

📋 copy color: '#686A41'

red 104 ◦ green 106 ◦ blue 65

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

Shades of Woodland #686A41

Tints of Woodland #686A41

RGB

 RED value IS 104 (41.02% from 255) = 37.82%

 GREEN value IS 106 (41.8% from 255) = 38.55%

 BLUE value IS 65 (25.78% from 255) = 23.64%

R = 37.82%
G = 38.55%
B = 23.64%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.39

 K value IS 0.58

RGB Variations

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

Color information

#686A41 (or 0x686A41) is known color: Woodland. HEX triplet: 68, 6A and 41. RGB value is (104,106,65). Sum of RGB (Red+Green+Blue) = 104+106+65=275 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.82% from 275); Green value is 106 (41.80% from 255 or 38.55% from 275); Blue value is 65 (25.78% from 255 or 23.64% from 275); Max value from RGB is 106 - color contains mainly: green. Hex color #686A41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #686A41 is #9795BE. Grayscale: #646464. Windows color (decimal): -9934271 or 4287080. OLE color: 4287080.

HSL color Cylindrical-coordinate representation of color #686A41: hue angle of 62.93º degrees, saturation: 0.24, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #686A41 is Cyan = 0.02, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.58.

Color convert

RGB 104 106 65 -
CMYK 0.02 0 0.39 0.58
HSL 62.93º 0.24% 0.34% -
HSV(B) 62.93º 0.39% 0.42% -
XYZ 11.82 13.63 7.01 -
YUV 100.73 107.84 130.33 -
System Red Green Blue C M Y K H S L
Decimal 104 106 65 0.02 0 0.39 0.58 62.93 0.24 0.34
Hex 68 6A 41 2 0 27 3A 3F 18 22
Octal 150 152 101 2 0 47 72 77 30 42
Binary 1101000 1101010 1000001 10 0 100111 111010 111111 11000 100010

Color Harmonies of #686A41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686A41

Black with #686A41

Text Example


Text Example

White with #686A41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686A41; }

 p { color: rgb(104,106,65); }

 H1.HeaderClassName
 {
   color: #686A41;
 }
 .AnyTagClassName
 {
   color: #686A41;
 }
</style>

background-color css

<style>
 a { background-color: #686A41; }

 a { background-color: rgb(104,106,65); }

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

border-color css

<style>
 span { border-color: #686A41; }

 span { border-color: rgb(104,106,65); }

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