#6E6B09

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

Shades of Olive #6E6B09

Tints of Olive #6E6B09

Color information

#6E6B09 (or 0x6E6B09) is unknown color: approx Olive. HEX triplet: 6E, 6B and 09. RGB value is (110,107,9). Sum of RGB (Red+Green+Blue) = 110+107+9=226 (29% of max value = 765). Red value is 110 (43.36% from 255 or 48.67% from 226); Green value is 107 (42.19% from 255 or 47.35% from 226); Blue value is 9 (3.91% from 255 or 3.98% from 226); Max value from RGB is 110 - color contains mainly: red. Hex color #6E6B09 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6E6B09 is #9194F6. Grayscale: #616161. Windows color (decimal): -9540855 or 617326. OLE color: 617326.

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

Color convert

RGB1101079-
CMYK00.030.920.57
HSL58.22º84.87%23.33%-
HSV(B)58.22º91.82%43.14%-
XYZ11.7413.852.31-
YUV96.7278.49137.47-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 48.67%
GREEN value IS 107 (42.19% from 255) = 47.35%
BLUE value IS 9 (3.91% from 255) = 3.98%
R=48.67%
G=47.35%
B=3.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.92
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110107900.030.920.5758.2284.8723.33
Hex6E6B9035C393a5517
Octal1561531103134717212527
Binary1101110110101110010111011100111001111010101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E6B09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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