#6A754F

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

Shades of Siam #6A754F

Tints of Siam #6A754F

Color information

#6A754F (or 0x6A754F) is unknown color: approx Siam. HEX triplet: 6A, 75 and 4F. RGB value is (106,117,79). Sum of RGB (Red+Green+Blue) = 106+117+79=302 (40% of max value = 765). Red value is 106 (41.80% from 255 or 35.10% from 302); Green value is 117 (46.09% from 255 or 38.74% from 302); Blue value is 79 (31.25% from 255 or 26.16% from 302); Max value from RGB is 117 - color contains mainly: green. Hex color #6A754F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A754F is #958AB0. Grayscale: #6D6D6D. Windows color (decimal): -9800369 or 5207402. OLE color: 5207402.

HSL color Cylindrical-coordinate representation of color #6A754F: hue angle of 77.37º degrees, saturation: 0.19, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6A754F is Cyan = 0.09, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.54.

Color convert

RGB10611779-
CMYK0.0900.320.54
HSL77.37º19.39%38.43%-
HSV(B)77.37º32.48%45.88%-
XYZ13.7216.359.83-
YUV109.38110.86125.59-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 35.10%
GREEN value IS 117 (46.09% from 255) = 38.74%
BLUE value IS 79 (31.25% from 255) = 26.16%
R=35.10%
G=38.74%
B=26.16%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal106117790.0900.320.5477.3719.3938.43
Hex6A754F9020364d1326
Octal15216511711040661152346
Binary11010101110101100111110010100000110110100110110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A754F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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