#686B26

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

Shades of Rain Forest #686B26

Tints of Rain Forest #686B26

Color information

#686B26 (or 0x686B26) is unknown color: approx Rain Forest. HEX triplet: 68, 6B and 26. RGB value is (104,107,38). Sum of RGB (Red+Green+Blue) = 104+107+38=249 (32% of max value = 765). Red value is 104 (41.02% from 255 or 41.77% from 249); Green value is 107 (42.19% from 255 or 42.97% from 249); Blue value is 38 (15.23% from 255 or 15.26% from 249); Max value from RGB is 107 - color contains mainly: green. Hex color #686B26 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #686B26 is #9794D9. Grayscale: #626262. Windows color (decimal): -9934042 or 2517864. OLE color: 2517864.

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

Color convert

RGB10410738-
CMYK0.0300.640.58
HSL62.61º47.59%28.43%-
HSV(B)62.61º64.49%41.96%-
XYZ11.3213.63.86-
YUV98.2494.01132.11-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 41.77%
GREEN value IS 107 (42.19% from 255) = 42.97%
BLUE value IS 38 (15.23% from 255) = 15.26%
R=41.77%
G=42.97%
B=15.26%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal104107380.0300.640.5862.6147.5928.43
Hex686B2630403A3f301c
Octal150153463010072776034
Binary11010001101011100110110100000011101011111111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686B26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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