#6D6C15

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

Shades of Olivetone #6D6C15

Tints of Olivetone #6D6C15

Color information

#6D6C15 (or 0x6D6C15) is unknown color: approx Olivetone. HEX triplet: 6D, 6C and 15. RGB value is (109,108,21). Sum of RGB (Red+Green+Blue) = 109+108+21=238 (31% of max value = 765). Red value is 109 (42.97% from 255 or 45.80% from 238); Green value is 108 (42.58% from 255 or 45.38% from 238); Blue value is 21 (8.59% from 255 or 8.82% from 238); Max value from RGB is 109 - color contains mainly: red. Hex color #6D6C15 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6D6C15 is #9293EA. Grayscale: #626262. Windows color (decimal): -9606123 or 1404013. OLE color: 1404013.

HSL color Cylindrical-coordinate representation of color #6D6C15: hue angle of 59.32º 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 #6D6C15 is Cyan = 0, Magento = 0.01, Yellow = 0.81 and Black (K on CMYK) = 0.57.

Color convert

RGB10910821-
CMYK00.010.810.57
HSL59.32º67.69%25.49%-
HSV(B)59.32º80.73%42.75%-
XYZ11.814.032.8-
YUV98.3884.33135.57-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 45.80%
GREEN value IS 108 (42.58% from 255) = 45.38%
BLUE value IS 21 (8.59% from 255) = 8.82%
R=45.80%
G=45.38%
B=8.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.81
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1091082100.010.810.5759.3267.6925.49
Hex6D6C150151393b4419
Octal1551542501121717310431
Binary1101101110110010101011010001111001111011100010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D6C15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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