#6F6713

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

Shades of Olivetone #6F6713

Tints of Olivetone #6F6713

Color information

#6F6713 (or 0x6F6713) is unknown color: approx Olivetone. HEX triplet: 6F, 67 and 13. RGB value is (111,103,19). Sum of RGB (Red+Green+Blue) = 111+103+19=233 (30% of max value = 765). Red value is 111 (43.75% from 255 or 47.64% from 233); Green value is 103 (40.62% from 255 or 44.21% from 233); Blue value is 19 (7.81% from 255 or 8.15% from 233); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6713 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F6713 is #9098EC. Grayscale: #606060. Windows color (decimal): -9476333 or 1271663. OLE color: 1271663.

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

Color convert

RGB11110319-
CMYK00.070.830.56
HSL54.78º70.77%25.49%-
HSV(B)54.78º82.88%43.53%-
XYZ11.5213.132.54-
YUV95.8284.65138.83-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 47.64%
GREEN value IS 103 (40.62% from 255) = 44.21%
BLUE value IS 19 (7.81% from 255) = 8.15%
R=47.64%
G=44.21%
B=8.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.83
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1111031900.070.830.5654.7870.7725.49
Hex6F6713075338374719
Octal1571472307123706710731
Binary110111111001111001101111010011111000110111100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F6713

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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