#6F794B

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

Shades of Siam #6F794B

Tints of Siam #6F794B

Color information

#6F794B (or 0x6F794B) is unknown color: approx Siam. HEX triplet: 6F, 79 and 4B. RGB value is (111,121,75). Sum of RGB (Red+Green+Blue) = 111+121+75=307 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.16% from 307); Green value is 121 (47.66% from 255 or 39.41% from 307); Blue value is 75 (29.69% from 255 or 24.43% from 307); Max value from RGB is 121 - color contains mainly: green. Hex color #6F794B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F794B is #9086B4. Grayscale: #707070. Windows color (decimal): -9471669 or 4946287. OLE color: 4946287.

HSL color Cylindrical-coordinate representation of color #6F794B: hue angle of 73.04º degrees, saturation: 0.23, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6F794B is Cyan = 0.08, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.53.

Color convert

RGB11112175-
CMYK0.0800.380.53
HSL73.04º23.47%38.43%-
HSV(B)73.04º38.02%47.45%-
XYZ14.6617.569.27-
YUV112.77106.69126.74-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 36.16%
GREEN value IS 121 (47.66% from 255) = 39.41%
BLUE value IS 75 (29.69% from 255) = 24.43%
R=36.16%
G=39.41%
B=24.43%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal111121750.0800.380.5373.0423.4738.43
Hex6F794B802635491726
Octal15717111310046651112746
Binary11011111111001100101110000100110110101100100110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F794B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,121,75); }

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

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

 a { background-color: rgb(111,121,75); }

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

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

 span { border-color: rgb(111,121,75); }

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