#6F6A16

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

Shades of Olivetone #6F6A16

Tints of Olivetone #6F6A16

Color information

#6F6A16 (or 0x6F6A16) is unknown color: approx Olivetone. HEX triplet: 6F, 6A and 16. RGB value is (111,106,22). Sum of RGB (Red+Green+Blue) = 111+106+22=239 (31% of max value = 765). Red value is 111 (43.75% from 255 or 46.44% from 239); Green value is 106 (41.80% from 255 or 44.35% from 239); Blue value is 22 (8.98% from 255 or 9.21% from 239); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6A16 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F6A16 is #9095E9. Grayscale: #626262. Windows color (decimal): -9475562 or 1469039. OLE color: 1469039.

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

Color convert

RGB11110622-
CMYK00.050.800.56
HSL56.63º66.92%26.08%-
HSV(B)56.63º80.18%43.53%-
XYZ11.8513.752.79-
YUV97.9285.16137.33-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 46.44%
GREEN value IS 106 (41.80% from 255) = 44.35%
BLUE value IS 22 (8.98% from 255) = 9.21%
R=46.44%
G=44.35%
B=9.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.80
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1111062200.050.800.5656.6366.9226.08
Hex6F6A1605503839431a
Octal1571522605120707110332
Binary110111111010101011001011010000111000111001100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F6A16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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