#6A7728

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

Shades of Rain Forest #6A7728

Tints of Rain Forest #6A7728

Color information

#6A7728 (or 0x6A7728) is unknown color: approx Rain Forest. HEX triplet: 6A, 77 and 28. RGB value is (106,119,40). Sum of RGB (Red+Green+Blue) = 106+119+40=265 (35% of max value = 765). Red value is 106 (41.80% from 255 or 40% from 265); Green value is 119 (46.88% from 255 or 44.91% from 265); Blue value is 40 (16.02% from 255 or 15.09% from 265); Max value from RGB is 119 - color contains mainly: green. Hex color #6A7728 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A7728 is #9588D7. Grayscale: #6A6A6A. Windows color (decimal): -9799896 or 2652010. OLE color: 2652010.

HSL color Cylindrical-coordinate representation of color #6A7728: hue angle of 69.87º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6A7728 is Cyan = 0.11, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.53.

Color convert

RGB10611940-
CMYK0.1100.660.53
HSL69.87º49.69%31.18%-
HSV(B)69.87º66.39%46.67%-
XYZ12.9216.414.49-
YUV106.1190.69127.92-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 40%
GREEN value IS 119 (46.88% from 255) = 44.91%
BLUE value IS 40 (16.02% from 255) = 15.09%
R=40%
G=44.91%
B=15.09%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal106119400.1100.660.5369.8749.6931.18
Hex6A7728B0423546321f
Octal15216750130102651066237
Binary11010101110111101000101101000010110101100011011001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A7728

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,119,40); }

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

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

 a { background-color: rgb(106,119,40); }

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

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

 span { border-color: rgb(106,119,40); }

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