#686B36

Color #686B36 Rain Forest (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rain Forest #686B36

Tints of Rain Forest #686B36

Color information

#686B36 (or 0x686B36) is unknown color: approx Rain Forest. HEX triplet: 68, 6B and 36. RGB value is (104,107,54). Sum of RGB (Red+Green+Blue) = 104+107+54=265 (35% of max value = 765). Red value is 104 (41.02% from 255 or 39.25% from 265); Green value is 107 (42.19% from 255 or 40.38% from 265); Blue value is 54 (21.48% from 255 or 20.38% from 265); Max value from RGB is 107 - color contains mainly: green. Hex color #686B36 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #686B36 is #9794C9. Grayscale: #646464. Windows color (decimal): -9934026 or 3566440. OLE color: 3566440.

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

Color convert

RGB10410754-
CMYK0.0300.500.58
HSL63.4º32.92%31.57%-
HSV(B)63.4º49.53%41.96%-
XYZ11.6313.725.53-
YUV100.06102.01130.81-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 39.25%
GREEN value IS 107 (42.19% from 255) = 40.38%
BLUE value IS 54 (21.48% from 255) = 20.38%
R=39.25%
G=40.38%
B=20.38%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal104107540.0300.500.5863.432.9231.57
Hex686B3630323A3f2120
Octal15015366306272774140
Binary11010001101011110110110110010111010111111100001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686B36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #686B36;
 }
 .AnyTagClassName
 {
   color: #686B36;
 }
</style>
background-color css

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

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

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

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

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

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