#6F764D

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

Shades of Siam #6F764D

Tints of Siam #6F764D

Color information

#6F764D (or 0x6F764D) is unknown color: approx Siam. HEX triplet: 6F, 76 and 4D. RGB value is (111,118,77). Sum of RGB (Red+Green+Blue) = 111+118+77=306 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.27% from 306); Green value is 118 (46.48% from 255 or 38.56% from 306); Blue value is 77 (30.47% from 255 or 25.16% from 306); Max value from RGB is 118 - color contains mainly: green. Hex color #6F764D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F764D is #9089B2. Grayscale: #6F6F6F. Windows color (decimal): -9472435 or 5076591. OLE color: 5076591.

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

Color convert

RGB11111877-
CMYK0.0600.350.54
HSL70.24º21.03%38.24%-
HSV(B)70.24º34.75%46.27%-
XYZ14.3716.879.52-
YUV111.23108.68127.83-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 36.27%
GREEN value IS 118 (46.48% from 255) = 38.56%
BLUE value IS 77 (30.47% from 255) = 25.16%
R=36.27%
G=38.56%
B=25.16%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal111118770.0600.350.5470.2421.0338.24
Hex6F764D602336461526
Octal1571661156043661062546
Binary1101111111011010011011100100011110110100011010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F764D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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