#6C752C

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

Shades of Rain Forest #6C752C

Tints of Rain Forest #6C752C

Color information

#6C752C (or 0x6C752C) is unknown color: approx Rain Forest. HEX triplet: 6C, 75 and 2C. RGB value is (108,117,44). Sum of RGB (Red+Green+Blue) = 108+117+44=269 (35% of max value = 765). Red value is 108 (42.58% from 255 or 40.15% from 269); Green value is 117 (46.09% from 255 or 43.49% from 269); Blue value is 44 (17.58% from 255 or 16.36% from 269); Max value from RGB is 117 - color contains mainly: green. Hex color #6C752C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6C752C is #938AD3. Grayscale: #6A6A6A. Windows color (decimal): -9669332 or 2913644. OLE color: 2913644.

HSL color Cylindrical-coordinate representation of color #6C752C: hue angle of 67.4º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6C752C is Cyan = 0.08, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.54.

Color convert

RGB10811744-
CMYK0.0800.620.54
HSL67.4º45.34%31.57%-
HSV(B)67.4º62.39%45.88%-
XYZ1316.094.8-
YUV105.9993.02129.44-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 40.15%
GREEN value IS 117 (46.09% from 255) = 43.49%
BLUE value IS 44 (17.58% from 255) = 16.36%
R=40.15%
G=43.49%
B=16.36%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal108117440.0800.620.5467.445.3431.57
Hex6C752C803E36432d20
Octal1541655410076661035540
Binary11011001110101101100100001111101101101000011101101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C752C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,117,44); }

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

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

 a { background-color: rgb(108,117,44); }

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

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

 span { border-color: rgb(108,117,44); }

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