#6D6811

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

Shades of Olivetone #6D6811

Tints of Olivetone #6D6811

Color information

#6D6811 (or 0x6D6811) is unknown color: approx Olivetone. HEX triplet: 6D, 68 and 11. RGB value is (109,104,17). Sum of RGB (Red+Green+Blue) = 109+104+17=230 (30% of max value = 765). Red value is 109 (42.97% from 255 or 47.39% from 230); Green value is 104 (41.02% from 255 or 45.22% from 230); Blue value is 17 (7.03% from 255 or 7.39% from 230); Max value from RGB is 109 - color contains mainly: red. Hex color #6D6811 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6D6811 is #9297EE. Grayscale: #5F5F5F. Windows color (decimal): -9607151 or 1140845. OLE color: 1140845.

HSL color Cylindrical-coordinate representation of color #6D6811: hue angle of 56.74º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6D6811 is Cyan = 0, Magento = 0.05, Yellow = 0.84 and Black (K on CMYK) = 0.57.

Color convert

RGB10910417-
CMYK00.050.840.57
HSL56.74º73.02%24.71%-
HSV(B)56.74º84.4%42.75%-
XYZ11.3613.192.48-
YUV95.5883.66137.57-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 47.39%
GREEN value IS 104 (41.02% from 255) = 45.22%
BLUE value IS 17 (7.03% from 255) = 7.39%
R=47.39%
G=45.22%
B=7.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.84
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1091041700.050.840.5756.7473.0224.71
Hex6D6811055439394919
Octal1551502105124717111131
Binary110110111010001000101011010100111001111001100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D6811

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,104,17); }

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

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

 a { background-color: rgb(109,104,17); }

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

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

 span { border-color: rgb(109,104,17); }

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