#6F784B

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

Shades of Siam #6F784B

Tints of Siam #6F784B

Color information

#6F784B (or 0x6F784B) is unknown color: approx Siam. HEX triplet: 6F, 78 and 4B. RGB value is (111,120,75). Sum of RGB (Red+Green+Blue) = 111+120+75=306 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.27% from 306); Green value is 120 (47.27% from 255 or 39.22% from 306); Blue value is 75 (29.69% from 255 or 24.51% from 306); Max value from RGB is 120 - color contains mainly: green. Hex color #6F784B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F784B is #9087B4. Grayscale: #707070. Windows color (decimal): -9471925 or 4946031. OLE color: 4946031.

HSL color Cylindrical-coordinate representation of color #6F784B: hue angle of 72º degrees, saturation: 0.23, 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 #6F784B is Cyan = 0.08, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.53.

Color convert

RGB11112075-
CMYK0.0800.370.53
HSL72º23.08%38.24%-
HSV(B)72º37.5%47.06%-
XYZ14.5417.329.23-
YUV112.18107.02127.16-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 36.27%
GREEN value IS 120 (47.27% from 255) = 39.22%
BLUE value IS 75 (29.69% from 255) = 24.51%
R=36.27%
G=39.22%
B=24.51%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal111120750.0800.370.537223.0838.24
Hex6F784B802535481726
Octal15717011310045651102746
Binary11011111111000100101110000100101110101100100010111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F784B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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