#686925

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

Shades of Rain Forest #686925

Tints of Rain Forest #686925

Color information

#686925 (or 0x686925) is unknown color: approx Rain Forest. HEX triplet: 68, 69 and 25. RGB value is (104,105,37). Sum of RGB (Red+Green+Blue) = 104+105+37=246 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.28% from 246); Green value is 105 (41.41% from 255 or 42.68% from 246); Blue value is 37 (14.84% from 255 or 15.04% from 246); Max value from RGB is 105 - color contains mainly: green. Hex color #686925 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #686925 is #9796DA. Grayscale: #616161. Windows color (decimal): -9934555 or 2451816. OLE color: 2451816.

HSL color Cylindrical-coordinate representation of color #686925: hue angle of 60.88º degrees, saturation: 0.48, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #686925 is Cyan = 0.01, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.59.

Color convert

RGB10410537-
CMYK0.0100.650.59
HSL60.88º47.89%27.84%-
HSV(B)60.88º64.76%41.18%-
XYZ11.0913.183.71-
YUV96.9594.17133.03-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 42.28%
GREEN value IS 105 (41.41% from 255) = 42.68%
BLUE value IS 37 (14.84% from 255) = 15.04%
R=42.28%
G=42.68%
B=15.04%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104105370.0100.650.5960.8847.8927.84
Hex68692510413B3d301c
Octal150151451010173756034
Binary1101000110100110010110100000111101111110111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686925

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686925; }

 p { color: rgb(104,105,37); }

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

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

 a { background-color: rgb(104,105,37); }

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

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

 span { border-color: rgb(104,105,37); }

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