#6F6B15

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

Shades of Olivetone #6F6B15

Tints of Olivetone #6F6B15

Color information

#6F6B15 (or 0x6F6B15) is unknown color: approx Olivetone. HEX triplet: 6F, 6B and 15. RGB value is (111,107,21). Sum of RGB (Red+Green+Blue) = 111+107+21=239 (31% of max value = 765). Red value is 111 (43.75% from 255 or 46.44% from 239); Green value is 107 (42.19% from 255 or 44.77% from 239); Blue value is 21 (8.59% from 255 or 8.79% from 239); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6B15 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F6B15 is #9094EA. Grayscale: #626262. Windows color (decimal): -9475307 or 1403759. OLE color: 1403759.

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

Color convert

RGB11110721-
CMYK00.040.810.56
HSL57.33º68.18%25.88%-
HSV(B)57.33º81.08%43.53%-
XYZ11.9513.952.77-
YUV98.3984.33136.99-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 46.44%
GREEN value IS 107 (42.19% from 255) = 44.77%
BLUE value IS 21 (8.59% from 255) = 8.79%
R=46.44%
G=44.77%
B=8.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.81
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1111072100.040.810.5657.3368.1825.88
Hex6F6B1504513839441a
Octal1571532504121707110432
Binary110111111010111010101001010001111000111001100010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F6B15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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