#6F6D15

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

Shades of Olivetone #6F6D15

Tints of Olivetone #6F6D15

Color information

#6F6D15 (or 0x6F6D15) is unknown color: approx Olivetone. HEX triplet: 6F, 6D and 15. RGB value is (111,109,21). Sum of RGB (Red+Green+Blue) = 111+109+21=241 (31% of max value = 765). Red value is 111 (43.75% from 255 or 46.06% from 241); Green value is 109 (42.97% from 255 or 45.23% from 241); Blue value is 21 (8.59% from 255 or 8.71% from 241); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6D15 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F6D15 is #9092EA. Grayscale: #636363. Windows color (decimal): -9474795 or 1404271. OLE color: 1404271.

HSL color Cylindrical-coordinate representation of color #6F6D15: hue angle of 58.67º degrees, saturation: 0.68, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6F6D15 is Cyan = 0, Magento = 0.02, Yellow = 0.81 and Black (K on CMYK) = 0.56.

Color convert

RGB11110921-
CMYK00.020.810.56
HSL58.67º68.18%25.88%-
HSV(B)58.67º81.08%43.53%-
XYZ12.1614.372.84-
YUV99.5783.66136.16-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 46.06%
GREEN value IS 109 (42.97% from 255) = 45.23%
BLUE value IS 21 (8.59% from 255) = 8.71%
R=46.06%
G=45.23%
B=8.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.81
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1111092100.020.810.5658.6768.1825.88
Hex6F6D150251383b441a
Octal1571552502121707310432
Binary11011111101101101010101010001111000111011100010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F6D15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,109,21); }

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

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

 a { background-color: rgb(111,109,21); }

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

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

 span { border-color: rgb(111,109,21); }

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