#6D6F58

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

Shades of Siam #6D6F58

Tints of Siam #6D6F58

Color information

#6D6F58 (or 0x6D6F58) is unknown color: approx Siam. HEX triplet: 6D, 6F and 58. RGB value is (109,111,88). Sum of RGB (Red+Green+Blue) = 109+111+88=308 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.39% from 308); Green value is 111 (43.75% from 255 or 36.04% from 308); Blue value is 88 (34.77% from 255 or 28.57% from 308); Max value from RGB is 111 - color contains mainly: green. Hex color #6D6F58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D6F58 is #9290A7. Grayscale: #6B6B6B. Windows color (decimal): -9605288 or 5795693. OLE color: 5795693.

HSL color Cylindrical-coordinate representation of color #6D6F58: hue angle of 65.22º degrees, saturation: 0.12, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #6D6F58 is Cyan = 0.02, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.56.

Color convert

RGB10911188-
CMYK0.0200.210.56
HSL65.22º11.56%39.02%-
HSV(B)65.22º20.72%43.53%-
XYZ13.7515.3211.47-
YUV107.78116.84128.87-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 35.39%
GREEN value IS 111 (43.75% from 255) = 36.04%
BLUE value IS 88 (34.77% from 255) = 28.57%
R=35.39%
G=36.04%
B=28.57%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal109111880.0200.210.5665.2211.5639.02
Hex6D6F5820153841c27
Octal1551571302025701011447
Binary1101101110111110110001001010111100010000011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D6F58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,111,88); }

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

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

 a { background-color: rgb(109,111,88); }

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

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

 span { border-color: rgb(109,111,88); }

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