#6F724C

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

Shades of Siam #6F724C

Tints of Siam #6F724C

Color information

#6F724C (or 0x6F724C) is unknown color: approx Siam. HEX triplet: 6F, 72 and 4C. RGB value is (111,114,76). Sum of RGB (Red+Green+Blue) = 111+114+76=301 (39% of max value = 765). Red value is 111 (43.75% from 255 or 36.88% from 301); Green value is 114 (44.92% from 255 or 37.87% from 301); Blue value is 76 (30.08% from 255 or 25.25% from 301); Max value from RGB is 114 - color contains mainly: green. Hex color #6F724C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F724C is #908DB3. Grayscale: #6C6C6C. Windows color (decimal): -9473460 or 5010031. OLE color: 5010031.

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

Color convert

RGB11111476-
CMYK0.0300.330.55
HSL64.74º20%37.25%-
HSV(B)64.74º33.33%44.71%-
XYZ13.8815.949.18-
YUV108.77109.51129.59-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 36.88%
GREEN value IS 114 (44.92% from 255) = 37.87%
BLUE value IS 76 (30.08% from 255) = 25.25%
R=36.88%
G=37.87%
B=25.25%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal111114760.0300.330.5564.742037.25
Hex6F724C302137411425
Octal1571621143041671012445
Binary110111111100101001100110100001110111100000110100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F724C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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