#6A7631

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

Shades of Rain Forest #6A7631

Tints of Rain Forest #6A7631

Color information

#6A7631 (or 0x6A7631) is unknown color: approx Rain Forest. HEX triplet: 6A, 76 and 31. RGB value is (106,118,49). Sum of RGB (Red+Green+Blue) = 106+118+49=273 (36% of max value = 765). Red value is 106 (41.80% from 255 or 38.83% from 273); Green value is 118 (46.48% from 255 or 43.22% from 273); Blue value is 49 (19.53% from 255 or 17.95% from 273); Max value from RGB is 118 - color contains mainly: green. Hex color #6A7631 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A7631 is #9589CE. Grayscale: #6A6A6A. Windows color (decimal): -9800143 or 3241578. OLE color: 3241578.

HSL color Cylindrical-coordinate representation of color #6A7631: hue angle of 70.43º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6A7631 is Cyan = 0.10, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.54.

Color convert

RGB10611849-
CMYK0.1000.580.54
HSL70.43º41.32%32.75%-
HSV(B)70.43º58.47%46.27%-
XYZ12.9816.245.36-
YUV106.5595.52127.61-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 38.83%
GREEN value IS 118 (46.48% from 255) = 43.22%
BLUE value IS 49 (19.53% from 255) = 17.95%
R=38.83%
G=43.22%
B=17.95%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal106118490.1000.580.5470.4341.3232.75
Hex6A7631A03A36462921
Octal1521666112072661065141
Binary11010101110110110001101001110101101101000110101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A7631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,118,49); }

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

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

 a { background-color: rgb(106,118,49); }

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

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

 span { border-color: rgb(106,118,49); }

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