#6D752A

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

Shades of Rain Forest #6D752A

Tints of Rain Forest #6D752A

Color information

#6D752A (or 0x6D752A) is unknown color: approx Rain Forest. HEX triplet: 6D, 75 and 2A. RGB value is (109,117,42). Sum of RGB (Red+Green+Blue) = 109+117+42=268 (35% of max value = 765). Red value is 109 (42.97% from 255 or 40.67% from 268); Green value is 117 (46.09% from 255 or 43.66% from 268); Blue value is 42 (16.80% from 255 or 15.67% from 268); Max value from RGB is 117 - color contains mainly: green. Hex color #6D752A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D752A is #928AD5. Grayscale: #6A6A6A. Windows color (decimal): -9603798 or 2782573. OLE color: 2782573.

HSL color Cylindrical-coordinate representation of color #6D752A: hue angle of 66.4º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6D752A is Cyan = 0.07, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.54.

Color convert

RGB10911742-
CMYK0.0700.640.54
HSL66.4º47.17%31.18%-
HSV(B)66.4º64.1%45.88%-
XYZ13.0916.144.62-
YUV106.0691.85130.1-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 40.67%
GREEN value IS 117 (46.09% from 255) = 43.66%
BLUE value IS 42 (16.80% from 255) = 15.67%
R=40.67%
G=43.66%
B=15.67%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal109117420.0700.640.5466.447.1731.18
Hex6D752A704036422f1f
Octal1551655270100661025737
Binary1101101111010110101011101000000110110100001010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D752A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,117,42); }

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

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

 a { background-color: rgb(109,117,42); }

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

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

 span { border-color: rgb(109,117,42); }

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