#746921

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

Shades of Olivetone #746921

Tints of Olivetone #746921

Color information

#746921 (or 0x746921) is unknown color: approx Olivetone. HEX triplet: 74, 69 and 21. RGB value is (116,105,33). Sum of RGB (Red+Green+Blue) = 116+105+33=254 (33% of max value = 765). Red value is 116 (45.70% from 255 or 45.67% from 254); Green value is 105 (41.41% from 255 or 41.34% from 254); Blue value is 33 (13.28% from 255 or 12.99% from 254); Max value from RGB is 116 - color contains mainly: red. Hex color #746921 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746921 is #8B96DE. Grayscale: #646464. Windows color (decimal): -9148127 or 2189684. OLE color: 2189684.

HSL color Cylindrical-coordinate representation of color #746921: hue angle of 52.05º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #746921 is Cyan = 0, Magento = 0.09, Yellow = 0.72 and Black (K on CMYK) = 0.55.

Color convert

RGB11610533-
CMYK00.090.720.55
HSL52.05º55.7%29.22%-
HSV(B)52.05º71.55%45.49%-
XYZ12.5313.933.47-
YUV100.0890.14139.35-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 45.67%
GREEN value IS 105 (41.41% from 255) = 41.34%
BLUE value IS 33 (13.28% from 255) = 12.99%
R=45.67%
G=41.34%
B=12.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.72
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161053300.090.720.5552.0555.729.22
Hex74692109483734381d
Octal1641514101111067647035
Binary1110100110100110000101001100100011011111010011100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746921

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #746921; }

 p { color: rgb(116,105,33); }

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

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

 a { background-color: rgb(116,105,33); }

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

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

 span { border-color: rgb(116,105,33); }

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