#6F7344

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

Shades of Siam #6F7344

Tints of Siam #6F7344

Color information

#6F7344 (or 0x6F7344) is unknown color: approx Siam. HEX triplet: 6F, 73 and 44. RGB value is (111,115,68). Sum of RGB (Red+Green+Blue) = 111+115+68=294 (38% of max value = 765). Red value is 111 (43.75% from 255 or 37.76% from 294); Green value is 115 (45.31% from 255 or 39.12% from 294); Blue value is 68 (26.95% from 255 or 23.13% from 294); Max value from RGB is 115 - color contains mainly: green. Hex color #6F7344 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F7344 is #908CBB. Grayscale: #6C6C6C. Windows color (decimal): -9473212 or 4485999. OLE color: 4485999.

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

Color convert

RGB11111568-
CMYK0.0300.410.55
HSL65.11º25.68%35.88%-
HSV(B)65.11º40.87%45.1%-
XYZ13.7316.067.84-
YUV108.45105.17129.82-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 37.76%
GREEN value IS 115 (45.31% from 255) = 39.12%
BLUE value IS 68 (26.95% from 255) = 23.13%
R=37.76%
G=39.12%
B=23.13%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal111115680.0300.410.5565.1125.6835.88
Hex6F7344302937411a24
Octal1571631043051671013244
Binary110111111100111000100110101001110111100000111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F7344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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