#6E714A

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

Shades of Siam #6E714A

Tints of Siam #6E714A

Color information

#6E714A (or 0x6E714A) is unknown color: approx Siam. HEX triplet: 6E, 71 and 4A. RGB value is (110,113,74). Sum of RGB (Red+Green+Blue) = 110+113+74=297 (39% of max value = 765). Red value is 110 (43.36% from 255 or 37.04% from 297); Green value is 113 (44.53% from 255 or 38.05% from 297); Blue value is 74 (29.30% from 255 or 24.92% from 297); Max value from RGB is 113 - color contains mainly: green. Hex color #6E714A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E714A is #918EB5. Grayscale: #6B6B6B. Windows color (decimal): -9539254 or 4878702. OLE color: 4878702.

HSL color Cylindrical-coordinate representation of color #6E714A: hue angle of 64.62º degrees, saturation: 0.21, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6E714A is Cyan = 0.03, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.56.

Color convert

RGB11011374-
CMYK0.0300.350.56
HSL64.62º20.86%36.67%-
HSV(B)64.62º34.51%44.31%-
XYZ13.5715.628.78-
YUV107.66109.01129.67-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 37.04%
GREEN value IS 113 (44.53% from 255) = 38.05%
BLUE value IS 74 (29.30% from 255) = 24.92%
R=37.04%
G=38.05%
B=24.92%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal110113740.0300.350.5664.6220.8636.67
Hex6E714A302338411525
Octal1561611123043701012545
Binary110111011100011001010110100011111000100000110101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E714A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,113,74); }

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

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

 a { background-color: rgb(110,113,74); }

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

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

 span { border-color: rgb(110,113,74); }

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