Html Css Color HEX #686B3B Woodland

📋 copy color: '#686B3B'

red 104 ◦ green 107 ◦ blue 59

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

Shades of Woodland #686B3B

Tints of Woodland #686B3B

RGB

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

 GREEN value IS 107 (42.19% from 255) = 39.63%

 BLUE value IS 59 (23.44% from 255) = 21.85%

R = 38.52%
G = 39.63%
B = 21.85%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.45

 K value IS 0.58

RGB Variations

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

Color information

#686B3B (or 0x686B3B) is known color: Woodland. HEX triplet: 68, 6B and 3B. RGB value is (104,107,59). Sum of RGB (Red+Green+Blue) = 104+107+59=270 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.52% from 270); Green value is 107 (42.19% from 255 or 39.63% from 270); Blue value is 59 (23.44% from 255 or 21.85% from 270); Max value from RGB is 107 - color contains mainly: green. Hex color #686B3B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #686B3B is #9794C4. Grayscale: #646464. Windows color (decimal): -9934021 or 3894120. OLE color: 3894120.

HSL color Cylindrical-coordinate representation of color #686B3B: hue angle of 63.75º degrees, saturation: 0.29, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #686B3B is Cyan = 0.03, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.58.

Color convert

RGB 104 107 59 -
CMYK 0.03 0 0.45 0.58
HSL 63.75º 0.29% 0.33% -
HSV(B) 63.75º 0.45% 0.42% -
XYZ 11.76 13.77 6.18 -
YUV 100.63 104.51 130.4 -
System Red Green Blue C M Y K H S L
Decimal 104 107 59 0.03 0 0.45 0.58 63.75 0.29 0.33
Hex 68 6B 3B 3 0 2D 3A 40 1D 21
Octal 150 153 73 3 0 55 72 100 35 41
Binary 1101000 1101011 111011 11 0 101101 111010 1000000 11101 100001

Color Harmonies of #686B3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686B3B

Black with #686B3B

Text Example


Text Example

White with #686B3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,107,59); }

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

background-color css

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

 a { background-color: rgb(104,107,59); }

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

border-color css

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

 span { border-color: rgb(104,107,59); }

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