#6D6A15

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

Shades of Olivetone #6D6A15

Tints of Olivetone #6D6A15

Color information

#6D6A15 (or 0x6D6A15) is unknown color: approx Olivetone. HEX triplet: 6D, 6A and 15. RGB value is (109,106,21). Sum of RGB (Red+Green+Blue) = 109+106+21=236 (31% of max value = 765). Red value is 109 (42.97% from 255 or 46.19% from 236); Green value is 106 (41.80% from 255 or 44.92% from 236); Blue value is 21 (8.59% from 255 or 8.90% from 236); Max value from RGB is 109 - color contains mainly: red. Hex color #6D6A15 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6D6A15 is #9295EA. Grayscale: #616161. Windows color (decimal): -9606635 or 1403501. OLE color: 1403501.

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

Color convert

RGB10910621-
CMYK00.030.810.57
HSL57.95º67.69%25.49%-
HSV(B)57.95º80.73%42.75%-
XYZ11.613.612.73-
YUV97.2184.99136.41-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 46.19%
GREEN value IS 106 (41.80% from 255) = 44.92%
BLUE value IS 21 (8.59% from 255) = 8.90%
R=46.19%
G=44.92%
B=8.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.81
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1091062100.030.810.5757.9567.6925.49
Hex6D6A150351393a4419
Octal1551522503121717210431
Binary11011011101010101010111010001111001111010100010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D6A15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,106,21); }

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

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

 a { background-color: rgb(109,106,21); }

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

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

 span { border-color: rgb(109,106,21); }

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