#6A7035

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

Shades of Rain Forest #6A7035

Tints of Rain Forest #6A7035

Color information

#6A7035 (or 0x6A7035) is unknown color: approx Rain Forest. HEX triplet: 6A, 70 and 35. RGB value is (106,112,53). Sum of RGB (Red+Green+Blue) = 106+112+53=271 (35% of max value = 765). Red value is 106 (41.80% from 255 or 39.11% from 271); Green value is 112 (44.14% from 255 or 41.33% from 271); Blue value is 53 (21.09% from 255 or 19.56% from 271); Max value from RGB is 112 - color contains mainly: green. Hex color #6A7035 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A7035 is #958FCA. Grayscale: #676767. Windows color (decimal): -9801675 or 3502186. OLE color: 3502186.

HSL color Cylindrical-coordinate representation of color #6A7035: hue angle of 66.1º 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 #6A7035 is Cyan = 0.05, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.56.

Color convert

RGB10611253-
CMYK0.0500.530.56
HSL66.1º35.76%32.35%-
HSV(B)66.1º52.68%43.92%-
XYZ12.3814.915.59-
YUV103.4899.51129.8-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 39.11%
GREEN value IS 112 (44.14% from 255) = 41.33%
BLUE value IS 53 (21.09% from 255) = 19.56%
R=39.11%
G=41.33%
B=19.56%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal106112530.0500.530.5666.135.7632.35
Hex6A7035503538422420
Octal152160655065701024440
Binary1101010111000011010110101101011110001000010100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A7035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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