#6C7035

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

Shades of Rain Forest #6C7035

Tints of Rain Forest #6C7035

Color information

#6C7035 (or 0x6C7035) is unknown color: approx Rain Forest. HEX triplet: 6C, 70 and 35. RGB value is (108,112,53). Sum of RGB (Red+Green+Blue) = 108+112+53=273 (36% of max value = 765). Red value is 108 (42.58% from 255 or 39.56% from 273); Green value is 112 (44.14% from 255 or 41.03% from 273); Blue value is 53 (21.09% from 255 or 19.41% from 273); Max value from RGB is 112 - color contains mainly: green. Hex color #6C7035 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6C7035 is #938FCA. Grayscale: #686868. Windows color (decimal): -9670603 or 3502188. OLE color: 3502188.

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

Color convert

RGB10811253-
CMYK0.0400.530.56
HSL64.07º35.76%32.35%-
HSV(B)64.07º52.68%43.92%-
XYZ12.6215.035.6-
YUV104.0899.17130.8-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 39.56%
GREEN value IS 112 (44.14% from 255) = 41.03%
BLUE value IS 53 (21.09% from 255) = 19.41%
R=39.56%
G=41.03%
B=19.41%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal108112530.0400.530.5664.0735.7632.35
Hex6C7035403538402420
Octal154160654065701004440
Binary1101100111000011010110001101011110001000000100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C7035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,112,53); }

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

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

 a { background-color: rgb(108,112,53); }

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

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

 span { border-color: rgb(108,112,53); }

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