#6F7352

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

Shades of Siam #6F7352

Tints of Siam #6F7352

Color information

#6F7352 (or 0x6F7352) is unknown color: approx Siam. HEX triplet: 6F, 73 and 52. RGB value is (111,115,82). Sum of RGB (Red+Green+Blue) = 111+115+82=308 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.04% from 308); Green value is 115 (45.31% from 255 or 37.34% from 308); Blue value is 82 (32.42% from 255 or 26.62% from 308); Max value from RGB is 115 - color contains mainly: green. Hex color #6F7352 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F7352 is #908CAD. Grayscale: #6E6E6E. Windows color (decimal): -9473198 or 5403503. OLE color: 5403503.

HSL color Cylindrical-coordinate representation of color #6F7352: hue angle of 67.27º degrees, saturation: 0.17, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6F7352 is Cyan = 0.03, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.55.

Color convert

RGB11111582-
CMYK0.0300.290.55
HSL67.27º16.75%38.63%-
HSV(B)67.27º28.7%45.1%-
XYZ14.2116.2510.37-
YUV110.04112.17128.68-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 36.04%
GREEN value IS 115 (45.31% from 255) = 37.34%
BLUE value IS 82 (32.42% from 255) = 26.62%
R=36.04%
G=37.34%
B=26.62%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal111115820.0300.290.5567.2716.7538.63
Hex6F7352301D37431127
Octal1571631223035671032147
Binary11011111110011101001011011101110111100001110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F7352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,115,82); }

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

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

 a { background-color: rgb(111,115,82); }

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

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

 span { border-color: rgb(111,115,82); }

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