#6F754F

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

Shades of Siam #6F754F

Tints of Siam #6F754F

Color information

#6F754F (or 0x6F754F) is unknown color: approx Siam. HEX triplet: 6F, 75 and 4F. RGB value is (111,117,79). Sum of RGB (Red+Green+Blue) = 111+117+79=307 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.16% from 307); Green value is 117 (46.09% from 255 or 38.11% from 307); Blue value is 79 (31.25% from 255 or 25.73% from 307); Max value from RGB is 117 - color contains mainly: green. Hex color #6F754F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F754F is #908AB0. Grayscale: #6F6F6F. Windows color (decimal): -9472689 or 5207407. OLE color: 5207407.

HSL color Cylindrical-coordinate representation of color #6F754F: hue angle of 69.47º 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 #6F754F is Cyan = 0.05, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.54.

Color convert

RGB11111779-
CMYK0.0500.320.54
HSL69.47º19.39%38.43%-
HSV(B)69.47º32.48%45.88%-
XYZ14.3316.679.86-
YUV110.87110.01128.09-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 36.16%
GREEN value IS 117 (46.09% from 255) = 38.11%
BLUE value IS 79 (31.25% from 255) = 25.73%
R=36.16%
G=38.11%
B=25.73%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal111117790.0500.320.5469.4719.3938.43
Hex6F754F502036451326
Octal1571651175040661052346
Binary1101111111010110011111010100000110110100010110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F754F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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