#6F7840

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

Shades of Siam #6F7840

Tints of Siam #6F7840

Color information

#6F7840 (or 0x6F7840) is unknown color: approx Siam. HEX triplet: 6F, 78 and 40. RGB value is (111,120,64). Sum of RGB (Red+Green+Blue) = 111+120+64=295 (39% of max value = 765). Red value is 111 (43.75% from 255 or 37.63% from 295); Green value is 120 (47.27% from 255 or 40.68% from 295); Blue value is 64 (25.39% from 255 or 21.69% from 295); Max value from RGB is 120 - color contains mainly: green. Hex color #6F7840 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F7840 is #9087BF. Grayscale: #6F6F6F. Windows color (decimal): -9471936 or 4225135. OLE color: 4225135.

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

Color convert

RGB11112064-
CMYK0.0800.470.53
HSL69.64º30.43%36.08%-
HSV(B)69.64º46.67%47.06%-
XYZ14.217.187.42-
YUV110.92101.52128.05-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 37.63%
GREEN value IS 120 (47.27% from 255) = 40.68%
BLUE value IS 64 (25.39% from 255) = 21.69%
R=37.63%
G=40.68%
B=21.69%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal111120640.0800.470.5369.6430.4336.08
Hex6F7840802F35461e24
Octal15717010010057651063644
Binary11011111111000100000010000101111110101100011011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F7840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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