#6C712E

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

Shades of Rain Forest #6C712E

Tints of Rain Forest #6C712E

Color information

#6C712E (or 0x6C712E) is unknown color: approx Rain Forest. HEX triplet: 6C, 71 and 2E. RGB value is (108,113,46). Sum of RGB (Red+Green+Blue) = 108+113+46=267 (35% of max value = 765). Red value is 108 (42.58% from 255 or 40.45% from 267); Green value is 113 (44.53% from 255 or 42.32% from 267); Blue value is 46 (18.36% from 255 or 17.23% from 267); Max value from RGB is 113 - color contains mainly: green. Hex color #6C712E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6C712E is #938ED1. Grayscale: #686868. Windows color (decimal): -9670354 or 3043692. OLE color: 3043692.

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

Color convert

RGB10811346-
CMYK0.0400.590.56
HSL64.48º42.14%31.18%-
HSV(B)64.48º59.29%44.31%-
XYZ12.5815.24.85-
YUV103.8795.34130.95-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 40.45%
GREEN value IS 113 (44.53% from 255) = 42.32%
BLUE value IS 46 (18.36% from 255) = 17.23%
R=40.45%
G=42.32%
B=17.23%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal108113460.0400.590.5664.4842.1431.18
Hex6C712E403B38402a1f
Octal154161564073701005237
Binary110110011100011011101000111011111000100000010101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C712E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,113,46); }

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

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

 a { background-color: rgb(108,113,46); }

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

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

 span { border-color: rgb(108,113,46); }

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