#6E6609

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

Shades of Olivetone #6E6609

Tints of Olivetone #6E6609

Color information

#6E6609 (or 0x6E6609) is unknown color: approx Olivetone. HEX triplet: 6E, 66 and 09. RGB value is (110,102,9). Sum of RGB (Red+Green+Blue) = 110+102+9=221 (29% of max value = 765). Red value is 110 (43.36% from 255 or 49.77% from 221); Green value is 102 (40.23% from 255 or 46.15% from 221); Blue value is 9 (3.91% from 255 or 4.07% from 221); Max value from RGB is 110 - color contains mainly: red. Hex color #6E6609 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6E6609 is #9199F6. Grayscale: #5E5E5E. Windows color (decimal): -9542135 or 616046. OLE color: 616046.

HSL color Cylindrical-coordinate representation of color #6E6609: hue angle of 55.25º degrees, saturation: 0.85, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6E6609 is Cyan = 0, Magento = 0.07, Yellow = 0.92 and Black (K on CMYK) = 0.57.

Color convert

RGB1101029-
CMYK00.070.920.57
HSL55.25º84.87%23.33%-
HSV(B)55.25º91.82%43.14%-
XYZ11.2312.842.14-
YUV93.7980.15139.56-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 49.77%
GREEN value IS 102 (40.23% from 255) = 46.15%
BLUE value IS 9 (3.91% from 255) = 4.07%
R=49.77%
G=46.15%
B=4.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.92
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110102900.070.920.5755.2584.8723.33
Hex6E669075C39375517
Octal1561461107134716712527
Binary11011101100110100101111011100111001110111101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E6609

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,102,9); }

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

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

 a { background-color: rgb(110,102,9); }

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

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

 span { border-color: rgb(110,102,9); }

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