#6D660D

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

Shades of Olivetone #6D660D

Tints of Olivetone #6D660D

Color information

#6D660D (or 0x6D660D) is unknown color: approx Olivetone. HEX triplet: 6D, 66 and 0D. RGB value is (109,102,13). Sum of RGB (Red+Green+Blue) = 109+102+13=224 (29% of max value = 765). Red value is 109 (42.97% from 255 or 48.66% from 224); Green value is 102 (40.23% from 255 or 45.54% from 224); Blue value is 13 (5.47% from 255 or 5.80% from 224); Max value from RGB is 109 - color contains mainly: red. Hex color #6D660D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6D660D is #9299F2. Grayscale: #5E5E5E. Windows color (decimal): -9607667 or 878189. OLE color: 878189.

HSL color Cylindrical-coordinate representation of color #6D660D: hue angle of 55.62º degrees, saturation: 0.79, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6D660D is Cyan = 0, Magento = 0.06, Yellow = 0.88 and Black (K on CMYK) = 0.57.

Color convert

RGB10910213-
CMYK00.060.880.57
HSL55.62º78.69%23.92%-
HSV(B)55.62º88.07%42.75%-
XYZ11.1312.782.26-
YUV93.9582.32138.74-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 48.66%
GREEN value IS 102 (40.23% from 255) = 45.54%
BLUE value IS 13 (5.47% from 255) = 5.80%
R=48.66%
G=45.54%
B=5.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.88
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1091021300.060.880.5755.6278.6923.92
Hex6D66D065839384f18
Octal1551461506130717011730
Binary11011011100110110101101011000111001111000100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D660D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,102,13); }

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

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

 a { background-color: rgb(109,102,13); }

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

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

 span { border-color: rgb(109,102,13); }

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