#6F784A

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

Shades of Siam #6F784A

Tints of Siam #6F784A

Color information

#6F784A (or 0x6F784A) is unknown color: approx Siam. HEX triplet: 6F, 78 and 4A. RGB value is (111,120,74). Sum of RGB (Red+Green+Blue) = 111+120+74=305 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.39% from 305); Green value is 120 (47.27% from 255 or 39.34% from 305); Blue value is 74 (29.30% from 255 or 24.26% from 305); Max value from RGB is 120 - color contains mainly: green. Hex color #6F784A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F784A is #9087B5. Grayscale: #707070. Windows color (decimal): -9471926 or 4880495. OLE color: 4880495.

HSL color Cylindrical-coordinate representation of color #6F784A: hue angle of 71.74º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6F784A is Cyan = 0.08, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.53.

Color convert

RGB11112074-
CMYK0.0800.380.53
HSL71.74º23.71%38.04%-
HSV(B)71.74º38.33%47.06%-
XYZ14.5117.319.05-
YUV112.06106.52127.24-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 36.39%
GREEN value IS 120 (47.27% from 255) = 39.34%
BLUE value IS 74 (29.30% from 255) = 24.26%
R=36.39%
G=39.34%
B=24.26%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal111120740.0800.380.5371.7423.7138.04
Hex6F784A802635481826
Octal15717011210046651103046
Binary11011111111000100101010000100110110101100100011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F784A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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