#686F38

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

Shades of Rain Forest #686F38

Tints of Rain Forest #686F38

Color information

#686F38 (or 0x686F38) is unknown color: approx Rain Forest. HEX triplet: 68, 6F and 38. RGB value is (104,111,56). Sum of RGB (Red+Green+Blue) = 104+111+56=271 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.38% from 271); Green value is 111 (43.75% from 255 or 40.96% from 271); Blue value is 56 (22.27% from 255 or 20.66% from 271); Max value from RGB is 111 - color contains mainly: green. Hex color #686F38 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #686F38 is #9790C7. Grayscale: #666666. Windows color (decimal): -9933000 or 3698536. OLE color: 3698536.

HSL color Cylindrical-coordinate representation of color #686F38: hue angle of 67.64º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #686F38 is Cyan = 0.06, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.56.

Color convert

RGB10411156-
CMYK0.0600.500.56
HSL67.64º32.93%32.75%-
HSV(B)67.64º49.55%43.53%-
XYZ12.1114.65.92-
YUV102.64101.68128.97-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 38.38%
GREEN value IS 111 (43.75% from 255) = 40.96%
BLUE value IS 56 (22.27% from 255) = 20.66%
R=38.38%
G=40.96%
B=20.66%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal104111560.0600.500.5667.6432.9332.75
Hex686F38603238442121
Octal150157706062701044141
Binary1101000110111111100011001100101110001000100100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686F38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,111,56); }

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

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

 a { background-color: rgb(104,111,56); }

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

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

 span { border-color: rgb(104,111,56); }

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