#6F724F

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

Shades of Siam #6F724F

Tints of Siam #6F724F

Color information

#6F724F (or 0x6F724F) is unknown color: approx Siam. HEX triplet: 6F, 72 and 4F. RGB value is (111,114,79). Sum of RGB (Red+Green+Blue) = 111+114+79=304 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.51% from 304); Green value is 114 (44.92% from 255 or 37.5% from 304); Blue value is 79 (31.25% from 255 or 25.99% from 304); Max value from RGB is 114 - color contains mainly: green. Hex color #6F724F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F724F is #908DB0. Grayscale: #6D6D6D. Windows color (decimal): -9473457 or 5206639. OLE color: 5206639.

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

Color convert

RGB11111479-
CMYK0.0300.310.55
HSL65.14º18.13%37.84%-
HSV(B)65.14º30.7%44.71%-
XYZ13.9815.989.74-
YUV109.11111.01129.35-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 36.51%
GREEN value IS 114 (44.92% from 255) = 37.5%
BLUE value IS 79 (31.25% from 255) = 25.99%
R=36.51%
G=37.5%
B=25.99%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal111114790.0300.310.5565.1418.1337.84
Hex6F724F301F37411226
Octal1571621173037671012246
Binary11011111110010100111111011111110111100000110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F724F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,114,79); }

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

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

 a { background-color: rgb(111,114,79); }

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

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

 span { border-color: rgb(111,114,79); }

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