#6E6B1B

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

Shades of Olivetone #6E6B1B

Tints of Olivetone #6E6B1B

Color information

#6E6B1B (or 0x6E6B1B) is unknown color: approx Olivetone. HEX triplet: 6E, 6B and 1B. RGB value is (110,107,27). Sum of RGB (Red+Green+Blue) = 110+107+27=244 (32% of max value = 765). Red value is 110 (43.36% from 255 or 45.08% from 244); Green value is 107 (42.19% from 255 or 43.85% from 244); Blue value is 27 (10.94% from 255 or 11.07% from 244); Max value from RGB is 110 - color contains mainly: red. Hex color #6E6B1B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E6B1B is #9194E4. Grayscale: #636363. Windows color (decimal): -9540837 or 1796974. OLE color: 1796974.

HSL color Cylindrical-coordinate representation of color #6E6B1B: hue angle of 57.83º degrees, saturation: 0.61, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6E6B1B is Cyan = 0, Magento = 0.03, Yellow = 0.75 and Black (K on CMYK) = 0.57.

Color convert

RGB11010727-
CMYK00.030.750.57
HSL57.83º60.58%26.86%-
HSV(B)57.83º75.45%43.14%-
XYZ11.8913.913.1-
YUV98.7887.49136-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 45.08%
GREEN value IS 107 (42.19% from 255) = 43.85%
BLUE value IS 27 (10.94% from 255) = 11.07%
R=45.08%
G=43.85%
B=11.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.75
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1101072700.030.750.5757.8360.5826.86
Hex6E6B1B034B393a3d1b
Octal156153330311371727533
Binary1101110110101111011011100101111100111101011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E6B1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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