#6F6C0F

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

Shades of Olivetone #6F6C0F

Tints of Olivetone #6F6C0F

Color information

#6F6C0F (or 0x6F6C0F) is unknown color: approx Olivetone. HEX triplet: 6F, 6C and 0F. RGB value is (111,108,15). Sum of RGB (Red+Green+Blue) = 111+108+15=234 (30% of max value = 765). Red value is 111 (43.75% from 255 or 47.44% from 234); Green value is 108 (42.58% from 255 or 46.15% from 234); Blue value is 15 (6.25% from 255 or 6.41% from 234); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6C0F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F6C0F is #9093F0. Grayscale: #626262. Windows color (decimal): -9475057 or 1010799. OLE color: 1010799.

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

Color convert

RGB11110815-
CMYK00.030.860.56
HSL58.12º76.19%24.71%-
HSV(B)58.12º86.49%43.53%-
XYZ1214.142.55-
YUV98.2980.99137.06-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 47.44%
GREEN value IS 108 (42.58% from 255) = 46.15%
BLUE value IS 15 (6.25% from 255) = 6.41%
R=47.44%
G=46.15%
B=6.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.86
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1111081500.030.860.5658.1276.1924.71
Hex6F6CF0356383a4c19
Octal1571541703126707211431
Binary1101111110110011110111010110111000111010100110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F6C0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,108,15); }

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

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

 a { background-color: rgb(111,108,15); }

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

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

 span { border-color: rgb(111,108,15); }

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