#6C704E

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

Shades of Siam #6C704E

Tints of Siam #6C704E

Color information

#6C704E (or 0x6C704E) is unknown color: approx Siam. HEX triplet: 6C, 70 and 4E. RGB value is (108,112,78). Sum of RGB (Red+Green+Blue) = 108+112+78=298 (39% of max value = 765). Red value is 108 (42.58% from 255 or 36.24% from 298); Green value is 112 (44.14% from 255 or 37.58% from 298); Blue value is 78 (30.86% from 255 or 26.17% from 298); Max value from RGB is 112 - color contains mainly: green. Hex color #6C704E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C704E is #938FB1. Grayscale: #6B6B6B. Windows color (decimal): -9670578 or 5140588. OLE color: 5140588.

HSL color Cylindrical-coordinate representation of color #6C704E: hue angle of 67.06º degrees, saturation: 0.18, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6C704E is Cyan = 0.04, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.56.

Color convert

RGB10811278-
CMYK0.0400.300.56
HSL67.06º17.89%37.25%-
HSV(B)67.06º30.36%43.92%-
XYZ13.3515.339.46-
YUV106.93111.67128.76-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 36.24%
GREEN value IS 112 (44.14% from 255) = 37.58%
BLUE value IS 78 (30.86% from 255) = 26.17%
R=36.24%
G=37.58%
B=26.17%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal108112780.0400.300.5667.0617.8937.25
Hex6C704E401E38431225
Octal1541601164036701032245
Binary110110011100001001110100011110111000100001110010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C704E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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