#736A21

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

Shades of Olivetone #736A21

Tints of Olivetone #736A21

Color information

#736A21 (or 0x736A21) is unknown color: approx Olivetone. HEX triplet: 73, 6A and 21. RGB value is (115,106,33). Sum of RGB (Red+Green+Blue) = 115+106+33=254 (33% of max value = 765). Red value is 115 (45.31% from 255 or 45.28% from 254); Green value is 106 (41.80% from 255 or 41.73% from 254); Blue value is 33 (13.28% from 255 or 12.99% from 254); Max value from RGB is 115 - color contains mainly: red. Hex color #736A21 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #736A21 is #8C95DE. Grayscale: #646464. Windows color (decimal): -9213407 or 2189939. OLE color: 2189939.

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

Color convert

RGB11510633-
CMYK00.080.710.55
HSL53.41º55.41%29.02%-
HSV(B)53.41º71.3%45.1%-
XYZ12.514.063.49-
YUV100.3789.98138.44-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 45.28%
GREEN value IS 106 (41.80% from 255) = 41.73%
BLUE value IS 33 (13.28% from 255) = 12.99%
R=45.28%
G=41.73%
B=12.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.71
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1151063300.080.710.5553.4155.4129.02
Hex736A2108473735371d
Octal1631524101010767656735
Binary1110011110101010000101000100011111011111010111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736A21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #736A21; }

 p { color: rgb(115,106,33); }

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

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

 a { background-color: rgb(115,106,33); }

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

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

 span { border-color: rgb(115,106,33); }

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