#6C774D

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

Shades of Siam #6C774D

Tints of Siam #6C774D

Color information

#6C774D (or 0x6C774D) is unknown color: approx Siam. HEX triplet: 6C, 77 and 4D. RGB value is (108,119,77). Sum of RGB (Red+Green+Blue) = 108+119+77=304 (40% of max value = 765). Red value is 108 (42.58% from 255 or 35.53% from 304); Green value is 119 (46.88% from 255 or 39.14% from 304); Blue value is 77 (30.47% from 255 or 25.33% from 304); Max value from RGB is 119 - color contains mainly: green. Hex color #6C774D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C774D is #9388B2. Grayscale: #6F6F6F. Windows color (decimal): -9668787 or 5076844. OLE color: 5076844.

HSL color Cylindrical-coordinate representation of color #6C774D: hue angle of 75.71º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6C774D is Cyan = 0.09, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.53.

Color convert

RGB10811977-
CMYK0.0900.350.53
HSL75.71º21.43%38.43%-
HSV(B)75.71º35.29%46.67%-
XYZ14.1216.929.54-
YUV110.92108.86125.92-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 35.53%
GREEN value IS 119 (46.88% from 255) = 39.14%
BLUE value IS 77 (30.47% from 255) = 25.33%
R=35.53%
G=39.14%
B=25.33%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal108119770.0900.350.5375.7121.4338.43
Hex6C774D9023354c1526
Octal15416711511043651142546
Binary11011001110111100110110010100011110101100110010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C774D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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