#6f6a0e

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

Shades of Olivetone #6F6A0E

Tints of Olivetone #6F6A0E

Color information

#6F6A0E (or 0x6F6A0E) is unknown color: approx Olivetone. HEX triplet: 6F, 6A and 0E. RGB value is (111,106,14). Sum of RGB (Red+Green+Blue) = 111+106+14=231 (30% of max value = 765). Red value is 111 (43.75% from 255 or 48.05% from 231); Green value is 106 (41.80% from 255 or 45.89% from 231); Blue value is 14 (5.86% from 255 or 6.06% from 231); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6A0E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F6A0E is #9095F1. Grayscale: #616161. Windows color (decimal): -9475570 or 944751. OLE color: 944751.

HSL color Cylindrical-coordinate representation of color #6F6A0E: hue angle of 56.91º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6F6A0E is Cyan = 0, Magento = 0.05, Yellow = 0.87 and Black (K on CMYK) = 0.56.

Color convert

RGB11110614-
CMYK00.050.870.56
HSL56.91º77.6%24.51%-
HSV(B)56.91º87.39%43.53%-
XYZ11.7913.722.44-
YUV97.0181.16137.98-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 48.05%
GREEN value IS 106 (41.80% from 255) = 45.89%
BLUE value IS 14 (5.86% from 255) = 6.06%
R=48.05%
G=45.89%
B=6.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.87
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1111061400.050.870.5656.9177.624.51
Hex6F6AE055738394e19
Octal1571521605127707111631
Binary11011111101010111001011010111111000111001100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6f6a0e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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