#6C764E

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

Shades of Siam #6C764E

Tints of Siam #6C764E

Color information

#6C764E (or 0x6C764E) is unknown color: approx Siam. HEX triplet: 6C, 76 and 4E. RGB value is (108,118,78). Sum of RGB (Red+Green+Blue) = 108+118+78=304 (40% of max value = 765). Red value is 108 (42.58% from 255 or 35.53% from 304); Green value is 118 (46.48% from 255 or 38.82% from 304); Blue value is 78 (30.86% from 255 or 25.66% from 304); Max value from RGB is 118 - color contains mainly: green. Hex color #6C764E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C764E is #9389B1. Grayscale: #6E6E6E. Windows color (decimal): -9669042 or 5142124. OLE color: 5142124.

HSL color Cylindrical-coordinate representation of color #6C764E: hue angle of 75º degrees, saturation: 0.2, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6C764E is Cyan = 0.08, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.54.

Color convert

RGB10811878-
CMYK0.0800.340.54
HSL75º20.41%38.43%-
HSV(B)75º33.9%46.27%-
XYZ14.0416.79.69-
YUV110.45109.69126.25-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 35.53%
GREEN value IS 118 (46.48% from 255) = 38.82%
BLUE value IS 78 (30.86% from 255) = 25.66%
R=35.53%
G=38.82%
B=25.66%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal108118780.0800.340.547520.4138.43
Hex6C764E8022364b1426
Octal15416611610042661132446
Binary11011001110110100111010000100010110110100101110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C764E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,118,78); }

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

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

 a { background-color: rgb(108,118,78); }

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

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

 span { border-color: rgb(108,118,78); }

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