#6F6C16

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

Shades of Olivetone #6F6C16

Tints of Olivetone #6F6C16

Color information

#6F6C16 (or 0x6F6C16) is unknown color: approx Olivetone. HEX triplet: 6F, 6C and 16. RGB value is (111,108,22). Sum of RGB (Red+Green+Blue) = 111+108+22=241 (31% of max value = 765). Red value is 111 (43.75% from 255 or 46.06% from 241); Green value is 108 (42.58% from 255 or 44.81% from 241); Blue value is 22 (8.98% from 255 or 9.13% from 241); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6C16 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F6C16 is #9093E9. Grayscale: #636363. Windows color (decimal): -9475050 or 1469551. OLE color: 1469551.

HSL color Cylindrical-coordinate representation of color #6F6C16: hue angle of 57.98º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6F6C16 is Cyan = 0, Magento = 0.03, Yellow = 0.80 and Black (K on CMYK) = 0.56.

Color convert

RGB11110822-
CMYK00.030.800.56
HSL57.98º66.92%26.08%-
HSV(B)57.98º80.18%43.53%-
XYZ12.0614.162.86-
YUV99.0984.49136.49-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 46.06%
GREEN value IS 108 (42.58% from 255) = 44.81%
BLUE value IS 22 (8.98% from 255) = 9.13%
R=46.06%
G=44.81%
B=9.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.80
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1111082200.030.800.5657.9866.9226.08
Hex6F6C160350383a431a
Octal1571542603120707210332
Binary11011111101100101100111010000111000111010100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F6C16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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