#6F7051

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

Shades of Siam #6F7051

Tints of Siam #6F7051

Color information

#6F7051 (or 0x6F7051) is unknown color: approx Siam. HEX triplet: 6F, 70 and 51. RGB value is (111,112,81). Sum of RGB (Red+Green+Blue) = 111+112+81=304 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.51% from 304); Green value is 112 (44.14% from 255 or 36.84% from 304); Blue value is 81 (32.03% from 255 or 26.64% from 304); Max value from RGB is 112 - color contains mainly: green. Hex color #6F7051 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F7051 is #908FAE. Grayscale: #6C6C6C. Windows color (decimal): -9473967 or 5337199. OLE color: 5337199.

HSL color Cylindrical-coordinate representation of color #6F7051: hue angle of 61.94º degrees, saturation: 0.16, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #6F7051 is Cyan = 0.01, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.56.

Color convert

RGB11111281-
CMYK0.0100.280.56
HSL61.94º16.06%37.84%-
HSV(B)61.94º27.68%43.92%-
XYZ13.8315.5610.06-
YUV108.17112.67130.02-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 36.51%
GREEN value IS 112 (44.14% from 255) = 36.84%
BLUE value IS 81 (32.03% from 255) = 26.64%
R=36.51%
G=36.84%
B=26.64%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111112810.0100.280.5661.9416.0637.84
Hex6F7051101C383e1026
Octal157160121103470762046
Binary110111111100001010001101110011100011111010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F7051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,112,81); }

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

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

 a { background-color: rgb(111,112,81); }

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

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

 span { border-color: rgb(111,112,81); }

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