#6C714F

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

Shades of Siam #6C714F

Tints of Siam #6C714F

Color information

#6C714F (or 0x6C714F) is unknown color: approx Siam. HEX triplet: 6C, 71 and 4F. RGB value is (108,113,79). Sum of RGB (Red+Green+Blue) = 108+113+79=300 (39% of max value = 765). Red value is 108 (42.58% from 255 or 36% from 300); Green value is 113 (44.53% from 255 or 37.67% from 300); Blue value is 79 (31.25% from 255 or 26.33% from 300); Max value from RGB is 113 - color contains mainly: green. Hex color #6C714F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C714F is #938EB0. Grayscale: #6B6B6B. Windows color (decimal): -9670321 or 5206380. OLE color: 5206380.

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

Color convert

RGB10811379-
CMYK0.0400.300.56
HSL68.82º17.71%37.65%-
HSV(B)68.82º30.09%44.31%-
XYZ13.515.569.69-
YUV107.63111.84128.26-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 36%
GREEN value IS 113 (44.53% from 255) = 37.67%
BLUE value IS 79 (31.25% from 255) = 26.33%
R=36%
G=37.67%
B=26.33%

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
Decimal108113790.0400.300.5668.8217.7137.65
Hex6C714F401E38451226
Octal1541611174036701052246
Binary110110011100011001111100011110111000100010110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C714F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,113,79); }

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

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

 a { background-color: rgb(108,113,79); }

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

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

 span { border-color: rgb(108,113,79); }

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