#746B26

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

Shades of Olivetone #746B26

Tints of Olivetone #746B26

Color information

#746B26 (or 0x746B26) is unknown color: approx Olivetone. HEX triplet: 74, 6B and 26. RGB value is (116,107,38). Sum of RGB (Red+Green+Blue) = 116+107+38=261 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.44% from 261); Green value is 107 (42.19% from 255 or 41.00% from 261); Blue value is 38 (15.23% from 255 or 14.56% from 261); Max value from RGB is 116 - color contains mainly: red. Hex color #746B26 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746B26 is #8B94D9. Grayscale: #666666. Windows color (decimal): -9147610 or 2517876. OLE color: 2517876.

HSL color Cylindrical-coordinate representation of color #746B26: hue angle of 53.08º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #746B26 is Cyan = 0, Magento = 0.08, Yellow = 0.67 and Black (K on CMYK) = 0.55.

Color convert

RGB11610738-
CMYK00.080.670.55
HSL53.08º50.65%30.2%-
HSV(B)53.08º67.24%45.49%-
XYZ12.8114.373.93-
YUV101.8291.98138.11-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 44.44%
GREEN value IS 107 (42.19% from 255) = 41.00%
BLUE value IS 38 (15.23% from 255) = 14.56%
R=44.44%
G=41.00%
B=14.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.67
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161073800.080.670.5553.0850.6530.2
Hex746B2608433735331e
Octal1641534601010367656336
Binary1110100110101110011001000100001111011111010111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746B26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,107,38); }

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

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

 a { background-color: rgb(116,107,38); }

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

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

 span { border-color: rgb(116,107,38); }

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