#6F6711

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

Shades of Olivetone #6F6711

Tints of Olivetone #6F6711

Color information

#6F6711 (or 0x6F6711) is unknown color: approx Olivetone. HEX triplet: 6F, 67 and 11. RGB value is (111,103,17). Sum of RGB (Red+Green+Blue) = 111+103+17=231 (30% of max value = 765). Red value is 111 (43.75% from 255 or 48.05% from 231); Green value is 103 (40.62% from 255 or 44.59% from 231); Blue value is 17 (7.03% from 255 or 7.36% from 231); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6711 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F6711 is #9098EE. Grayscale: #5F5F5F. Windows color (decimal): -9476335 or 1140591. OLE color: 1140591.

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

Color convert

RGB11110317-
CMYK00.070.850.56
HSL54.89º73.44%25.1%-
HSV(B)54.89º84.68%43.53%-
XYZ11.5113.122.46-
YUV95.5983.65138.99-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 48.05%
GREEN value IS 103 (40.62% from 255) = 44.59%
BLUE value IS 17 (7.03% from 255) = 7.36%
R=48.05%
G=44.59%
B=7.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.85
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1111031700.070.850.5654.8973.4425.1
Hex6F6711075538374919
Octal1571472107125706711131
Binary110111111001111000101111010101111000110111100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F6711

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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