#6F6614

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

Shades of Olivetone #6F6614

Tints of Olivetone #6F6614

Color information

#6F6614 (or 0x6F6614) is unknown color: approx Olivetone. HEX triplet: 6F, 66 and 14. RGB value is (111,102,20). Sum of RGB (Red+Green+Blue) = 111+102+20=233 (30% of max value = 765). Red value is 111 (43.75% from 255 or 47.64% from 233); Green value is 102 (40.23% from 255 or 43.78% from 233); Blue value is 20 (8.20% from 255 or 8.58% from 233); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6614 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F6614 is #9099EB. Grayscale: #5F5F5F. Windows color (decimal): -9476588 or 1336943. OLE color: 1336943.

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

Color convert

RGB11110220-
CMYK00.080.820.56
HSL54.07º69.47%25.69%-
HSV(B)54.07º81.98%43.53%-
XYZ11.4312.932.56-
YUV95.3485.48139.17-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 47.64%
GREEN value IS 102 (40.23% from 255) = 43.78%
BLUE value IS 20 (8.20% from 255) = 8.58%
R=47.64%
G=43.78%
B=8.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.82
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1111022000.080.820.5654.0769.4725.69
Hex6F661408523836451a
Octal15714624010122706610532
Binary1101111110011010100010001010010111000110110100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F6614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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