#6D762D

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

Shades of Rain Forest #6D762D

Tints of Rain Forest #6D762D

Color information

#6D762D (or 0x6D762D) is unknown color: approx Rain Forest. HEX triplet: 6D, 76 and 2D. RGB value is (109,118,45). Sum of RGB (Red+Green+Blue) = 109+118+45=272 (36% of max value = 765). Red value is 109 (42.97% from 255 or 40.07% from 272); Green value is 118 (46.48% from 255 or 43.38% from 272); Blue value is 45 (17.97% from 255 or 16.54% from 272); Max value from RGB is 118 - color contains mainly: green. Hex color #6D762D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D762D is #9289D2. Grayscale: #6B6B6B. Windows color (decimal): -9603539 or 2979437. OLE color: 2979437.

HSL color Cylindrical-coordinate representation of color #6D762D: hue angle of 67.4º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6D762D is Cyan = 0.08, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.54.

Color convert

RGB10911845-
CMYK0.0800.620.54
HSL67.4º44.79%31.96%-
HSV(B)67.4º61.86%46.27%-
XYZ13.2616.44.95-
YUV106.9993.02129.44-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 40.07%
GREEN value IS 118 (46.48% from 255) = 43.38%
BLUE value IS 45 (17.97% from 255) = 16.54%
R=40.07%
G=43.38%
B=16.54%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal109118450.0800.620.5467.444.7931.96
Hex6D762D803E36432d20
Octal1551665510076661035540
Binary11011011110110101101100001111101101101000011101101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D762D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,118,45); }

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

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

 a { background-color: rgb(109,118,45); }

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

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

 span { border-color: rgb(109,118,45); }

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