#696F35

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

Shades of Rain Forest #696F35

Tints of Rain Forest #696F35

Color information

#696F35 (or 0x696F35) is unknown color: approx Rain Forest. HEX triplet: 69, 6F and 35. RGB value is (105,111,53). Sum of RGB (Red+Green+Blue) = 105+111+53=269 (35% of max value = 765). Red value is 105 (41.41% from 255 or 39.03% from 269); Green value is 111 (43.75% from 255 or 41.26% from 269); Blue value is 53 (21.09% from 255 or 19.70% from 269); Max value from RGB is 111 - color contains mainly: green. Hex color #696F35 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #696F35 is #9690CA. Grayscale: #666666. Windows color (decimal): -9867467 or 3501929. OLE color: 3501929.

HSL color Cylindrical-coordinate representation of color #696F35: hue angle of 66.21º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #696F35 is Cyan = 0.05, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.56.

Color convert

RGB10511153-
CMYK0.0500.520.56
HSL66.21º35.37%32.16%-
HSV(B)66.21º52.25%43.53%-
XYZ12.1514.635.55-
YUV102.59100.01129.72-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 39.03%
GREEN value IS 111 (43.75% from 255) = 41.26%
BLUE value IS 53 (21.09% from 255) = 19.70%
R=39.03%
G=41.26%
B=19.70%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal105111530.0500.520.5666.2135.3732.16
Hex696F35503438422320
Octal151157655064701024340
Binary1101001110111111010110101101001110001000010100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696F35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696F35; }

 p { color: rgb(105,111,53); }

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

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

 a { background-color: rgb(105,111,53); }

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

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

 span { border-color: rgb(105,111,53); }

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