#6D712A

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

Shades of Rain Forest #6D712A

Tints of Rain Forest #6D712A

Color information

#6D712A (or 0x6D712A) is unknown color: approx Rain Forest. HEX triplet: 6D, 71 and 2A. RGB value is (109,113,42). Sum of RGB (Red+Green+Blue) = 109+113+42=264 (34% of max value = 765). Red value is 109 (42.97% from 255 or 41.29% from 264); Green value is 113 (44.53% from 255 or 42.80% from 264); Blue value is 42 (16.80% from 255 or 15.91% from 264); Max value from RGB is 113 - color contains mainly: green. Hex color #6D712A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D712A is #928ED5. Grayscale: #676767. Windows color (decimal): -9604822 or 2781549. OLE color: 2781549.

HSL color Cylindrical-coordinate representation of color #6D712A: hue angle of 63.38º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6D712A is Cyan = 0.04, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.56.

Color convert

RGB10911342-
CMYK0.0400.630.56
HSL63.38º45.81%30.39%-
HSV(B)63.38º62.83%44.31%-
XYZ12.6315.234.46-
YUV103.7193.17131.77-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 41.29%
GREEN value IS 113 (44.53% from 255) = 42.80%
BLUE value IS 42 (16.80% from 255) = 15.91%
R=41.29%
G=42.80%
B=15.91%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal109113420.0400.630.5663.3845.8130.39
Hex6D712A403F383f2e1e
Octal15516152407770775636
Binary11011011110001101010100011111111100011111110111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D712A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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