#6C7C3A

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

Shades of Rain Forest #6C7C3A

Tints of Rain Forest #6C7C3A

Color information

#6C7C3A (or 0x6C7C3A) is unknown color: approx Rain Forest. HEX triplet: 6C, 7C and 3A. RGB value is (108,124,58). Sum of RGB (Red+Green+Blue) = 108+124+58=290 (38% of max value = 765). Red value is 108 (42.58% from 255 or 37.24% from 290); Green value is 124 (48.83% from 255 or 42.76% from 290); Blue value is 58 (23.05% from 255 or 20% from 290); Max value from RGB is 124 - color contains mainly: green. Hex color #6C7C3A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6C7C3A is #9383C5. Grayscale: #6F6F6F. Windows color (decimal): -9667526 or 3832940. OLE color: 3832940.

HSL color Cylindrical-coordinate representation of color #6C7C3A: hue angle of 74.55º degrees, saturation: 0.36, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6C7C3A is Cyan = 0.13, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.51.

Color convert

RGB10812458-
CMYK0.1300.530.51
HSL74.55º36.26%35.69%-
HSV(B)74.55º53.23%48.63%-
XYZ14.1617.916.71-
YUV111.6997.7125.37-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 37.24%
GREEN value IS 124 (48.83% from 255) = 42.76%
BLUE value IS 58 (23.05% from 255) = 20%
R=37.24%
G=42.76%
B=20%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal108124580.1300.530.5174.5536.2635.69
Hex6C7C3AD035334b2424
Octal1541747215065631134444
Binary11011001111100111010110101101011100111001011100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C7C3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,124,58); }

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

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

 a { background-color: rgb(108,124,58); }

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

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

 span { border-color: rgb(108,124,58); }

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