#696F2F

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

Shades of Rain Forest #696F2F

Tints of Rain Forest #696F2F

Color information

#696F2F (or 0x696F2F) is unknown color: approx Rain Forest. HEX triplet: 69, 6F and 2F. RGB value is (105,111,47). Sum of RGB (Red+Green+Blue) = 105+111+47=263 (34% of max value = 765). Red value is 105 (41.41% from 255 or 39.92% from 263); Green value is 111 (43.75% from 255 or 42.21% from 263); Blue value is 47 (18.75% from 255 or 17.87% from 263); Max value from RGB is 111 - color contains mainly: green. Hex color #696F2F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #696F2F is #9690D0. Grayscale: #666666. Windows color (decimal): -9867473 or 3108713. OLE color: 3108713.

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

Color convert

RGB10511147-
CMYK0.0500.580.56
HSL65.62º40.51%30.98%-
HSV(B)65.62º57.66%43.53%-
XYZ12.0214.584.87-
YUV101.9197.01130.2-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 39.92%
GREEN value IS 111 (43.75% from 255) = 42.21%
BLUE value IS 47 (18.75% from 255) = 17.87%
R=39.92%
G=42.21%
B=17.87%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal105111470.0500.580.5665.6240.5130.98
Hex696F2F503A3842291f
Octal151157575072701025137
Binary110100111011111011111010111010111000100001010100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696F2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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