#6F754D

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

Shades of Siam #6F754D

Tints of Siam #6F754D

Color information

#6F754D (or 0x6F754D) is unknown color: approx Siam. HEX triplet: 6F, 75 and 4D. RGB value is (111,117,77). Sum of RGB (Red+Green+Blue) = 111+117+77=305 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.39% from 305); Green value is 117 (46.09% from 255 or 38.36% from 305); Blue value is 77 (30.47% from 255 or 25.25% from 305); Max value from RGB is 117 - color contains mainly: green. Hex color #6F754D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F754D is #908AB2. Grayscale: #6E6E6E. Windows color (decimal): -9472691 or 5076335. OLE color: 5076335.

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

Color convert

RGB11111777-
CMYK0.0500.340.54
HSL69º20.62%38.04%-
HSV(B)69º34.19%45.88%-
XYZ14.2616.649.48-
YUV110.65109.01128.25-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 36.39%
GREEN value IS 117 (46.09% from 255) = 38.36%
BLUE value IS 77 (30.47% from 255) = 25.25%
R=36.39%
G=38.36%
B=25.25%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal111117770.0500.340.546920.6238.04
Hex6F754D502236451526
Octal1571651155042661052546
Binary1101111111010110011011010100010110110100010110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F754D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,117,77); }

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

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

 a { background-color: rgb(111,117,77); }

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

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

 span { border-color: rgb(111,117,77); }

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