#6D762A

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

Shades of Rain Forest #6D762A

Tints of Rain Forest #6D762A

Color information

#6D762A (or 0x6D762A) is unknown color: approx Rain Forest. HEX triplet: 6D, 76 and 2A. RGB value is (109,118,42). Sum of RGB (Red+Green+Blue) = 109+118+42=269 (35% of max value = 765). Red value is 109 (42.97% from 255 or 40.52% from 269); Green value is 118 (46.48% from 255 or 43.87% from 269); Blue value is 42 (16.80% from 255 or 15.61% from 269); Max value from RGB is 118 - color contains mainly: green. Hex color #6D762A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D762A is #9289D5. Grayscale: #6A6A6A. Windows color (decimal): -9603542 or 2782829. OLE color: 2782829.

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

Color convert

RGB10911842-
CMYK0.0800.640.54
HSL67.11º47.5%31.37%-
HSV(B)67.11º64.41%46.27%-
XYZ13.216.384.66-
YUV106.6491.52129.68-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 40.52%
GREEN value IS 118 (46.48% from 255) = 43.87%
BLUE value IS 42 (16.80% from 255) = 15.61%
R=40.52%
G=43.87%
B=15.61%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal109118420.0800.640.5467.1147.531.37
Hex6D762A80403643301f
Octal15516652100100661036037
Binary11011011110110101010100001000000110110100001111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D762A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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