#6F7055

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

Shades of Siam #6F7055

Tints of Siam #6F7055

Color information

#6F7055 (or 0x6F7055) is unknown color: approx Siam. HEX triplet: 6F, 70 and 55. RGB value is (111,112,85). Sum of RGB (Red+Green+Blue) = 111+112+85=308 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.04% from 308); Green value is 112 (44.14% from 255 or 36.36% from 308); Blue value is 85 (33.59% from 255 or 27.60% from 308); Max value from RGB is 112 - color contains mainly: green. Hex color #6F7055 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F7055 is #908FAA. Grayscale: #6C6C6C. Windows color (decimal): -9473963 or 5599343. OLE color: 5599343.

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

Color convert

RGB11111285-
CMYK0.0100.240.56
HSL62.22º13.71%38.63%-
HSV(B)62.22º24.11%43.92%-
XYZ13.9915.6210.87-
YUV108.62114.67129.7-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 36.04%
GREEN value IS 112 (44.14% from 255) = 36.36%
BLUE value IS 85 (33.59% from 255) = 27.60%
R=36.04%
G=36.36%
B=27.60%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111112850.0100.240.5662.2213.7138.63
Hex6F70551018383ee27
Octal157160125103070761647
Binary11011111110000101010110110001110001111101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F7055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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