#6A7153

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

Shades of Siam #6A7153

Tints of Siam #6A7153

Color information

#6A7153 (or 0x6A7153) is unknown color: approx Siam. HEX triplet: 6A, 71 and 53. RGB value is (106,113,83). Sum of RGB (Red+Green+Blue) = 106+113+83=302 (40% of max value = 765). Red value is 106 (41.80% from 255 or 35.10% from 302); Green value is 113 (44.53% from 255 or 37.42% from 302); Blue value is 83 (32.81% from 255 or 27.48% from 302); Max value from RGB is 113 - color contains mainly: green. Hex color #6A7153 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A7153 is #958EAC. Grayscale: #6B6B6B. Windows color (decimal): -9801389 or 5468522. OLE color: 5468522.

HSL color Cylindrical-coordinate representation of color #6A7153: hue angle of 74º degrees, saturation: 0.15, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #6A7153 is Cyan = 0.06, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.56.

Color convert

RGB10611383-
CMYK0.0600.270.56
HSL74º15.31%38.43%-
HSV(B)74º26.55%44.31%-
XYZ13.4115.510.47-
YUV107.49114.18126.94-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 35.10%
GREEN value IS 113 (44.53% from 255) = 37.42%
BLUE value IS 83 (32.81% from 255) = 27.48%
R=35.10%
G=37.42%
B=27.48%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal106113830.0600.270.567415.3138.43
Hex6A7153601B384af26
Octal1521611236033701121746
Binary11010101110001101001111001101111100010010101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A7153

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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