#6F6C13

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

Shades of Olivetone #6F6C13

Tints of Olivetone #6F6C13

Color information

#6F6C13 (or 0x6F6C13) is unknown color: approx Olivetone. HEX triplet: 6F, 6C and 13. RGB value is (111,108,19). Sum of RGB (Red+Green+Blue) = 111+108+19=238 (31% of max value = 765). Red value is 111 (43.75% from 255 or 46.64% from 238); Green value is 108 (42.58% from 255 or 45.38% from 238); Blue value is 19 (7.81% from 255 or 7.98% from 238); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6C13 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F6C13 is #9093EC. Grayscale: #636363. Windows color (decimal): -9475053 or 1272943. OLE color: 1272943.

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

Color convert

RGB11110819-
CMYK00.030.830.56
HSL58.04º70.77%25.49%-
HSV(B)58.04º82.88%43.53%-
XYZ12.0414.152.71-
YUV98.7582.99136.74-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 46.64%
GREEN value IS 108 (42.58% from 255) = 45.38%
BLUE value IS 19 (7.81% from 255) = 7.98%
R=46.64%
G=45.38%
B=7.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.83
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1111081900.030.830.5658.0470.7725.49
Hex6F6C130353383a4719
Octal1571542303123707210731
Binary11011111101100100110111010011111000111010100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F6C13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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