#746E1B

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

Shades of Olivetone #746E1B

Tints of Olivetone #746E1B

Color information

#746E1B (or 0x746E1B) is unknown color: approx Olivetone. HEX triplet: 74, 6E and 1B. RGB value is (116,110,27). Sum of RGB (Red+Green+Blue) = 116+110+27=253 (33% of max value = 765). Red value is 116 (45.70% from 255 or 45.85% from 253); Green value is 110 (43.36% from 255 or 43.48% from 253); Blue value is 27 (10.94% from 255 or 10.67% from 253); Max value from RGB is 116 - color contains mainly: red. Hex color #746E1B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746E1B is #8B91E4. Grayscale: #666666. Windows color (decimal): -9146853 or 1797748. OLE color: 1797748.

HSL color Cylindrical-coordinate representation of color #746E1B: hue angle of 55.96º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #746E1B is Cyan = 0, Magento = 0.05, Yellow = 0.77 and Black (K on CMYK) = 0.55.

Color convert

RGB11611027-
CMYK00.050.770.55
HSL55.96º62.24%28.04%-
HSV(B)55.96º76.72%45.49%-
XYZ12.9814.943.24-
YUV102.3385.49137.75-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 45.85%
GREEN value IS 110 (43.36% from 255) = 43.48%
BLUE value IS 27 (10.94% from 255) = 10.67%
R=45.85%
G=43.48%
B=10.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.77
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161102700.050.770.5555.9662.2428.04
Hex746E1B054D37383e1c
Octal164156330511567707634
Binary11101001101110110110101100110111011111100011111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746E1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #746E1B; }

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

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

<style>
 a { background-color: #746E1B; }

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

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

<style>
 span { border-color: #746E1B; }

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

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