#6F6814

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

Shades of Olivetone #6F6814

Tints of Olivetone #6F6814

Color information

#6F6814 (or 0x6F6814) is unknown color: approx Olivetone. HEX triplet: 6F, 68 and 14. RGB value is (111,104,20). Sum of RGB (Red+Green+Blue) = 111+104+20=235 (31% of max value = 765). Red value is 111 (43.75% from 255 or 47.23% from 235); Green value is 104 (41.02% from 255 or 44.26% from 235); Blue value is 20 (8.20% from 255 or 8.51% from 235); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6814 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F6814 is #9097EB. Grayscale: #606060. Windows color (decimal): -9476076 or 1337455. OLE color: 1337455.

HSL color Cylindrical-coordinate representation of color #6F6814: hue angle of 55.38º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6F6814 is Cyan = 0, Magento = 0.06, Yellow = 0.82 and Black (K on CMYK) = 0.56.

Color convert

RGB11110420-
CMYK00.060.820.56
HSL55.38º69.47%25.69%-
HSV(B)55.38º81.98%43.53%-
XYZ11.6313.332.62-
YUV96.5284.82138.33-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 47.23%
GREEN value IS 104 (41.02% from 255) = 44.26%
BLUE value IS 20 (8.20% from 255) = 8.51%
R=47.23%
G=44.26%
B=8.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.82
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1111042000.060.820.5655.3869.4725.69
Hex6F681406523837451a
Octal1571502406122706710532
Binary110111111010001010001101010010111000110111100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F6814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,104,20); }

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

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

 a { background-color: rgb(111,104,20); }

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

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

 span { border-color: rgb(111,104,20); }

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