#6F6C15

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

Shades of Olivetone #6F6C15

Tints of Olivetone #6F6C15

Color information

#6F6C15 (or 0x6F6C15) is unknown color: approx Olivetone. HEX triplet: 6F, 6C and 15. RGB value is (111,108,21). Sum of RGB (Red+Green+Blue) = 111+108+21=240 (31% of max value = 765). Red value is 111 (43.75% from 255 or 46.25% from 240); Green value is 108 (42.58% from 255 or 45% from 240); Blue value is 21 (8.59% from 255 or 8.75% from 240); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6C15 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F6C15 is #9093EA. Grayscale: #636363. Windows color (decimal): -9475051 or 1404015. OLE color: 1404015.

HSL color Cylindrical-coordinate representation of color #6F6C15: hue angle of 58º 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 #6F6C15 is Cyan = 0, Magento = 0.03, Yellow = 0.81 and Black (K on CMYK) = 0.56.

Color convert

RGB11110821-
CMYK00.030.810.56
HSL58º68.18%25.88%-
HSV(B)58º81.08%43.53%-
XYZ12.0514.162.81-
YUV98.9883.99136.57-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 46.25%
GREEN value IS 108 (42.58% from 255) = 45%
BLUE value IS 21 (8.59% from 255) = 8.75%
R=46.25%
G=45%
B=8.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.81
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1111082100.030.810.565868.1825.88
Hex6F6C150351383a441a
Octal1571542503121707210432
Binary11011111101100101010111010001111000111010100010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F6C15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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