#6C6E4D

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

Shades of Siam #6C6E4D

Tints of Siam #6C6E4D

Color information

#6C6E4D (or 0x6C6E4D) is unknown color: approx Siam. HEX triplet: 6C, 6E and 4D. RGB value is (108,110,77). Sum of RGB (Red+Green+Blue) = 108+110+77=295 (39% of max value = 765). Red value is 108 (42.58% from 255 or 36.61% from 295); Green value is 110 (43.36% from 255 or 37.29% from 295); Blue value is 77 (30.47% from 255 or 26.10% from 295); Max value from RGB is 110 - color contains mainly: green. Hex color #6C6E4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C6E4D is #9391B2. Grayscale: #696969. Windows color (decimal): -9671091 or 5074540. OLE color: 5074540.

HSL color Cylindrical-coordinate representation of color #6C6E4D: hue angle of 63.64º degrees, saturation: 0.18, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6C6E4D is Cyan = 0.02, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.57.

Color convert

RGB10811077-
CMYK0.0200.30.57
HSL63.64º17.65%36.67%-
HSV(B)63.64º30%43.14%-
XYZ13.114.889.2-
YUV105.64111.84129.68-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 36.61%
GREEN value IS 110 (43.36% from 255) = 37.29%
BLUE value IS 77 (30.47% from 255) = 26.10%
R=36.61%
G=37.29%
B=26.10%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.3
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal108110770.0200.30.5763.6417.6536.67
Hex6C6E4D201E39401225
Octal1541561152036711002245
Binary11011001101110100110110011110111001100000010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C6E4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,110,77); }

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

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

 a { background-color: rgb(108,110,77); }

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

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

 span { border-color: rgb(108,110,77); }

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