#6C7432

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

Shades of Rain Forest #6C7432

Tints of Rain Forest #6C7432

Color information

#6C7432 (or 0x6C7432) is unknown color: approx Rain Forest. HEX triplet: 6C, 74 and 32. RGB value is (108,116,50). Sum of RGB (Red+Green+Blue) = 108+116+50=274 (36% of max value = 765). Red value is 108 (42.58% from 255 or 39.42% from 274); Green value is 116 (45.70% from 255 or 42.34% from 274); Blue value is 50 (19.92% from 255 or 18.25% from 274); Max value from RGB is 116 - color contains mainly: green. Hex color #6C7432 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6C7432 is #938BCD. Grayscale: #6A6A6A. Windows color (decimal): -9669582 or 3306604. OLE color: 3306604.

HSL color Cylindrical-coordinate representation of color #6C7432: hue angle of 67.27º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6C7432 is Cyan = 0.07, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.55.

Color convert

RGB10811650-
CMYK0.0700.570.55
HSL67.27º39.76%32.55%-
HSV(B)67.27º56.9%45.49%-
XYZ13.0115.915.4-
YUV106.0896.35129.37-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 39.42%
GREEN value IS 116 (45.70% from 255) = 42.34%
BLUE value IS 50 (19.92% from 255) = 18.25%
R=39.42%
G=42.34%
B=18.25%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal108116500.0700.570.5567.2739.7632.55
Hex6C7432703937432821
Octal154164627071671035041
Binary1101100111010011001011101110011101111000011101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C7432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,116,50); }

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

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

 a { background-color: rgb(108,116,50); }

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

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

 span { border-color: rgb(108,116,50); }

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