#6A7550

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

Shades of Siam #6A7550

Tints of Siam #6A7550

Color information

#6A7550 (or 0x6A7550) is unknown color: approx Siam. HEX triplet: 6A, 75 and 50. RGB value is (106,117,80). Sum of RGB (Red+Green+Blue) = 106+117+80=303 (40% of max value = 765). Red value is 106 (41.80% from 255 or 34.98% from 303); Green value is 117 (46.09% from 255 or 38.61% from 303); Blue value is 80 (31.64% from 255 or 26.40% from 303); Max value from RGB is 117 - color contains mainly: green. Hex color #6A7550 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A7550 is #958AAF. Grayscale: #6D6D6D. Windows color (decimal): -9800368 or 5272938. OLE color: 5272938.

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

Color convert

RGB10611780-
CMYK0.0900.320.54
HSL77.84º18.78%38.63%-
HSV(B)77.84º31.62%45.88%-
XYZ13.7516.3710.02-
YUV109.49111.36125.51-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 34.98%
GREEN value IS 117 (46.09% from 255) = 38.61%
BLUE value IS 80 (31.64% from 255) = 26.40%
R=34.98%
G=38.61%
B=26.40%

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
Decimal106117800.0900.320.5477.8418.7838.63
Hex6A75509020364e1327
Octal15216512011040661162347
Binary11010101110101101000010010100000110110100111010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A7550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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