#6C7328

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

Shades of Rain Forest #6C7328

Tints of Rain Forest #6C7328

Color information

#6C7328 (or 0x6C7328) is unknown color: approx Rain Forest. HEX triplet: 6C, 73 and 28. RGB value is (108,115,40). Sum of RGB (Red+Green+Blue) = 108+115+40=263 (34% of max value = 765). Red value is 108 (42.58% from 255 or 41.06% from 263); Green value is 115 (45.31% from 255 or 43.73% from 263); Blue value is 40 (16.02% from 255 or 15.21% from 263); Max value from RGB is 115 - color contains mainly: green. Hex color #6C7328 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6C7328 is #938CD7. Grayscale: #686868. Windows color (decimal): -9669848 or 2650988. OLE color: 2650988.

HSL color Cylindrical-coordinate representation of color #6C7328: hue angle of 65.6º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6C7328 is Cyan = 0.06, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.55.

Color convert

RGB10811540-
CMYK0.0600.650.55
HSL65.6º48.39%30.39%-
HSV(B)65.6º65.22%45.1%-
XYZ12.715.64.35-
YUV104.3691.68130.6-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 41.06%
GREEN value IS 115 (45.31% from 255) = 43.73%
BLUE value IS 40 (16.02% from 255) = 15.21%
R=41.06%
G=43.73%
B=15.21%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal108115400.0600.650.5565.648.3930.39
Hex6C732860413742301e
Octal1541635060101671026036
Binary1101100111001110100011001000001110111100001011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C7328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,115,40); }

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

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

 a { background-color: rgb(108,115,40); }

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

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

 span { border-color: rgb(108,115,40); }

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