#6A714F

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

Shades of Siam #6A714F

Tints of Siam #6A714F

Color information

#6A714F (or 0x6A714F) is unknown color: approx Siam. HEX triplet: 6A, 71 and 4F. RGB value is (106,113,79). Sum of RGB (Red+Green+Blue) = 106+113+79=298 (39% of max value = 765). Red value is 106 (41.80% from 255 or 35.57% from 298); Green value is 113 (44.53% from 255 or 37.92% from 298); Blue value is 79 (31.25% from 255 or 26.51% from 298); Max value from RGB is 113 - color contains mainly: green. Hex color #6A714F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A714F is #958EB0. Grayscale: #6B6B6B. Windows color (decimal): -9801393 or 5206378. OLE color: 5206378.

HSL color Cylindrical-coordinate representation of color #6A714F: hue angle of 72.35º 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 #6A714F is Cyan = 0.06, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.56.

Color convert

RGB10611379-
CMYK0.0600.300.56
HSL72.35º17.71%37.65%-
HSV(B)72.35º30.09%44.31%-
XYZ13.2615.449.68-
YUV107.03112.18127.26-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 35.57%
GREEN value IS 113 (44.53% from 255) = 37.92%
BLUE value IS 79 (31.25% from 255) = 26.51%
R=35.57%
G=37.92%
B=26.51%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal106113790.0600.300.5672.3517.7137.65
Hex6A714F601E38481226
Octal1521611176036701102246
Binary110101011100011001111110011110111000100100010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A714F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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