Html Css Color HEX #686D32 Rain Forest

📋 copy color: '#686D32'

red 104 ◦ green 109 ◦ blue 50

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

Shades of Rain Forest #686D32

Tints of Rain Forest #686D32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 19.01%

R = 39.54%
G = 41.44%
B = 19.01%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.54

 K value IS 0.57

RGB Variations

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

Color information

#686D32 (or 0x686D32) is known color: Rain Forest. HEX triplet: 68, 6D and 32. RGB value is (104,109,50). Sum of RGB (Red+Green+Blue) = 104+109+50=263 (34% of max value = 765). Red value is 104 (41.02% from 255 or 39.54% from 263); Green value is 109 (42.97% from 255 or 41.44% from 263); Blue value is 50 (19.92% from 255 or 19.01% from 263); Max value from RGB is 109 - color contains mainly: green. Hex color #686D32 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #686D32 is #9792CD. Grayscale: #656565. Windows color (decimal): -9933518 or 3304808. OLE color: 3304808.

HSL color Cylindrical-coordinate representation of color #686D32: hue angle of 65.08º degrees, saturation: 0.37, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #686D32 is Cyan = 0.05, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.57.

Color convert

RGB 104 109 50 -
CMYK 0.05 0 0.54 0.57
HSL 65.08º 0.37% 0.31% -
HSV(B) 65.08º 0.54% 0.43% -
XYZ 11.75 14.11 5.12 -
YUV 100.78 99.34 130.3 -
System Red Green Blue C M Y K H S L
Decimal 104 109 50 0.05 0 0.54 0.57 65.08 0.37 0.31
Hex 68 6D 32 5 0 36 39 41 25 1F
Octal 150 155 62 5 0 66 71 101 45 37
Binary 1101000 1101101 110010 101 0 110110 111001 1000001 100101 11111

Color Harmonies of #686D32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686D32

Black with #686D32

Text Example


Text Example

White with #686D32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,109,50); }

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

background-color css

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

 a { background-color: rgb(104,109,50); }

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

border-color css

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

 span { border-color: rgb(104,109,50); }

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