#6A724F

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

Shades of Siam #6A724F

Tints of Siam #6A724F

Color information

#6A724F (or 0x6A724F) is unknown color: approx Siam. HEX triplet: 6A, 72 and 4F. RGB value is (106,114,79). Sum of RGB (Red+Green+Blue) = 106+114+79=299 (39% of max value = 765). Red value is 106 (41.80% from 255 or 35.45% from 299); Green value is 114 (44.92% from 255 or 38.13% from 299); Blue value is 79 (31.25% from 255 or 26.42% from 299); Max value from RGB is 114 - color contains mainly: green. Hex color #6A724F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A724F is #958DB0. Grayscale: #6B6B6B. Windows color (decimal): -9801137 or 5206634. OLE color: 5206634.

HSL color Cylindrical-coordinate representation of color #6A724F: hue angle of 73.71º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6A724F is Cyan = 0.07, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.55.

Color convert

RGB10611479-
CMYK0.0700.310.55
HSL73.71º18.13%37.84%-
HSV(B)73.71º30.7%44.71%-
XYZ13.3715.669.72-
YUV107.62111.85126.85-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 35.45%
GREEN value IS 114 (44.92% from 255) = 38.13%
BLUE value IS 79 (31.25% from 255) = 26.42%
R=35.45%
G=38.13%
B=26.42%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal106114790.0700.310.5573.7118.1337.84
Hex6A724F701F374a1226
Octal1521621177037671122246
Binary110101011100101001111111011111110111100101010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A724F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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