#6F744A

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

Shades of Siam #6F744A

Tints of Siam #6F744A

Color information

#6F744A (or 0x6F744A) is unknown color: approx Siam. HEX triplet: 6F, 74 and 4A. RGB value is (111,116,74). Sum of RGB (Red+Green+Blue) = 111+116+74=301 (39% of max value = 765). Red value is 111 (43.75% from 255 or 36.88% from 301); Green value is 116 (45.70% from 255 or 38.54% from 301); Blue value is 74 (29.30% from 255 or 24.58% from 301); Max value from RGB is 116 - color contains mainly: green. Hex color #6F744A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F744A is #908BB5. Grayscale: #6D6D6D. Windows color (decimal): -9472950 or 4879471. OLE color: 4879471.

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

Color convert

RGB11111674-
CMYK0.0400.360.55
HSL67.14º22.11%37.25%-
HSV(B)67.14º36.21%45.49%-
XYZ14.0416.368.9-
YUV109.72107.84128.92-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 36.88%
GREEN value IS 116 (45.70% from 255) = 38.54%
BLUE value IS 74 (29.30% from 255) = 24.58%
R=36.88%
G=38.54%
B=24.58%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal111116740.0400.360.5567.1422.1137.25
Hex6F744A402437431625
Octal1571641124044671032645
Binary1101111111010010010101000100100110111100001110110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F744A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,116,74); }

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

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

 a { background-color: rgb(111,116,74); }

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

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

 span { border-color: rgb(111,116,74); }

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