#6F6819

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

Shades of Olivetone #6F6819

Tints of Olivetone #6F6819

Color information

#6F6819 (or 0x6F6819) is unknown color: approx Olivetone. HEX triplet: 6F, 68 and 19. RGB value is (111,104,25). Sum of RGB (Red+Green+Blue) = 111+104+25=240 (31% of max value = 765). Red value is 111 (43.75% from 255 or 46.25% from 240); Green value is 104 (41.02% from 255 or 43.33% from 240); Blue value is 25 (10.16% from 255 or 10.42% from 240); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6819 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F6819 is #9097E6. Grayscale: #616161. Windows color (decimal): -9476071 or 1665135. OLE color: 1665135.

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

Color convert

RGB11110425-
CMYK00.060.770.56
HSL55.12º63.24%26.67%-
HSV(B)55.12º77.48%43.53%-
XYZ11.6813.352.88-
YUV97.0987.32137.92-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 46.25%
GREEN value IS 104 (41.02% from 255) = 43.33%
BLUE value IS 25 (10.16% from 255) = 10.42%
R=46.25%
G=43.33%
B=10.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.77
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1111042500.060.770.5655.1263.2426.67
Hex6F6819064D38373f1b
Octal157150310611570677733
Binary11011111101000110010110100110111100011011111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F6819

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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