#6F754C

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

Shades of Siam #6F754C

Tints of Siam #6F754C

Color information

#6F754C (or 0x6F754C) is unknown color: approx Siam. HEX triplet: 6F, 75 and 4C. RGB value is (111,117,76). Sum of RGB (Red+Green+Blue) = 111+117+76=304 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.51% from 304); Green value is 117 (46.09% from 255 or 38.49% from 304); Blue value is 76 (30.08% from 255 or 25% from 304); Max value from RGB is 117 - color contains mainly: green. Hex color #6F754C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F754C is #908AB3. Grayscale: #6E6E6E. Windows color (decimal): -9472692 or 5010799. OLE color: 5010799.

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

Color convert

RGB11111776-
CMYK0.0500.350.54
HSL68.78º21.24%37.84%-
HSV(B)68.78º35.04%45.88%-
XYZ14.2216.629.3-
YUV110.53108.51128.33-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 36.51%
GREEN value IS 117 (46.09% from 255) = 38.49%
BLUE value IS 76 (30.08% from 255) = 25%
R=36.51%
G=38.49%
B=25%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal111117760.0500.350.5468.7821.2437.84
Hex6F754C502336451526
Octal1571651145043661052546
Binary1101111111010110011001010100011110110100010110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F754C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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