#6D6C12

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

Shades of Olivetone #6D6C12

Tints of Olivetone #6D6C12

Color information

#6D6C12 (or 0x6D6C12) is unknown color: approx Olivetone. HEX triplet: 6D, 6C and 12. RGB value is (109,108,18). Sum of RGB (Red+Green+Blue) = 109+108+18=235 (31% of max value = 765). Red value is 109 (42.97% from 255 or 46.38% from 235); Green value is 108 (42.58% from 255 or 45.96% from 235); Blue value is 18 (7.42% from 255 or 7.66% from 235); Max value from RGB is 109 - color contains mainly: red. Hex color #6D6C12 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6D6C12 is #9293ED. Grayscale: #626262. Windows color (decimal): -9606126 or 1207405. OLE color: 1207405.

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

Color convert

RGB10910818-
CMYK00.010.830.57
HSL59.34º71.65%24.9%-
HSV(B)59.34º83.49%42.75%-
XYZ11.7814.022.66-
YUV98.0482.83135.82-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 46.38%
GREEN value IS 108 (42.58% from 255) = 45.96%
BLUE value IS 18 (7.42% from 255) = 7.66%
R=46.38%
G=45.96%
B=7.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.83
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1091081800.010.830.5759.3471.6524.9
Hex6D6C120153393b4819
Octal1551542201123717311031
Binary1101101110110010010011010011111001111011100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D6C12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,108,18); }

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

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

 a { background-color: rgb(109,108,18); }

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

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

 span { border-color: rgb(109,108,18); }

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