#6D660B

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

Shades of Olivetone #6D660B

Tints of Olivetone #6D660B

Color information

#6D660B (or 0x6D660B) is unknown color: approx Olivetone. HEX triplet: 6D, 66 and 0B. RGB value is (109,102,11). Sum of RGB (Red+Green+Blue) = 109+102+11=222 (29% of max value = 765). Red value is 109 (42.97% from 255 or 49.10% from 222); Green value is 102 (40.23% from 255 or 45.95% from 222); Blue value is 11 (4.69% from 255 or 4.95% from 222); Max value from RGB is 109 - color contains mainly: red. Hex color #6D660B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6D660B is #9299F4. Grayscale: #5E5E5E. Windows color (decimal): -9607669 or 747117. OLE color: 747117.

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

Color convert

RGB10910211-
CMYK00.060.900.57
HSL55.71º81.67%23.53%-
HSV(B)55.71º89.91%42.75%-
XYZ11.1212.782.2-
YUV93.7281.32138.9-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 49.10%
GREEN value IS 102 (40.23% from 255) = 45.95%
BLUE value IS 11 (4.69% from 255) = 4.95%
R=49.10%
G=45.95%
B=4.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.90
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1091021100.060.900.5755.7181.6723.53
Hex6D66B065A39385218
Octal1551461306132717012230
Binary11011011100110101101101011010111001111000101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D660B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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