#6F7431

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

Shades of Rain Forest #6F7431

Tints of Rain Forest #6F7431

Color information

#6F7431 (or 0x6F7431) is unknown color: approx Rain Forest. HEX triplet: 6F, 74 and 31. RGB value is (111,116,49). Sum of RGB (Red+Green+Blue) = 111+116+49=276 (36% of max value = 765). Red value is 111 (43.75% from 255 or 40.22% from 276); Green value is 116 (45.70% from 255 or 42.03% from 276); Blue value is 49 (19.53% from 255 or 17.75% from 276); Max value from RGB is 116 - color contains mainly: green. Hex color #6F7431 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F7431 is #908BCE. Grayscale: #6B6B6B. Windows color (decimal): -9472975 or 3241071. OLE color: 3241071.

HSL color Cylindrical-coordinate representation of color #6F7431: hue angle of 64.48º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6F7431 is Cyan = 0.04, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.55.

Color convert

RGB11111649-
CMYK0.0400.580.55
HSL64.48º40.61%32.35%-
HSV(B)64.48º57.76%45.49%-
XYZ13.3616.095.31-
YUV106.8795.34130.95-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 40.22%
GREEN value IS 116 (45.70% from 255) = 42.03%
BLUE value IS 49 (19.53% from 255) = 17.75%
R=40.22%
G=42.03%
B=17.75%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal111116490.0400.580.5564.4840.6132.35
Hex6F7431403A37402920
Octal157164614072671005140
Binary1101111111010011000110001110101101111000000101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F7431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6F7431; }

 p { color: rgb(111,116,49); }

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

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

 a { background-color: rgb(111,116,49); }

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

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

 span { border-color: rgb(111,116,49); }

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