#6E772B

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

Shades of Rain Forest #6E772B

Tints of Rain Forest #6E772B

Color information

#6E772B (or 0x6E772B) is unknown color: approx Rain Forest. HEX triplet: 6E, 77 and 2B. RGB value is (110,119,43). Sum of RGB (Red+Green+Blue) = 110+119+43=272 (36% of max value = 765). Red value is 110 (43.36% from 255 or 40.44% from 272); Green value is 119 (46.88% from 255 or 43.75% from 272); Blue value is 43 (17.19% from 255 or 15.81% from 272); Max value from RGB is 119 - color contains mainly: green. Hex color #6E772B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E772B is #9188D4. Grayscale: #6B6B6B. Windows color (decimal): -9537749 or 2848622. OLE color: 2848622.

HSL color Cylindrical-coordinate representation of color #6E772B: hue angle of 67.11º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6E772B is Cyan = 0.08, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.53.

Color convert

RGB11011943-
CMYK0.0800.640.53
HSL67.11º46.91%31.76%-
HSV(B)67.11º63.87%46.67%-
XYZ13.4616.684.8-
YUV107.6491.52129.68-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 40.44%
GREEN value IS 119 (46.88% from 255) = 43.75%
BLUE value IS 43 (17.19% from 255) = 15.81%
R=40.44%
G=43.75%
B=15.81%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal110119430.0800.640.5367.1146.9131.76
Hex6E772B804035432f20
Octal15616753100100651035740
Binary110111011101111010111000010000001101011000011101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E772B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,119,43); }

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

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

 a { background-color: rgb(110,119,43); }

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

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

 span { border-color: rgb(110,119,43); }

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