#736B21

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

Shades of Olivetone #736B21

Tints of Olivetone #736B21

Color information

#736B21 (or 0x736B21) is unknown color: approx Olivetone. HEX triplet: 73, 6B and 21. RGB value is (115,107,33). Sum of RGB (Red+Green+Blue) = 115+107+33=255 (33% of max value = 765). Red value is 115 (45.31% from 255 or 45.10% from 255); Green value is 107 (42.19% from 255 or 41.96% from 255); Blue value is 33 (13.28% from 255 or 12.94% from 255); Max value from RGB is 115 - color contains mainly: red. Hex color #736B21 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #736B21 is #8C94DE. Grayscale: #656565. Windows color (decimal): -9213151 or 2190195. OLE color: 2190195.

HSL color Cylindrical-coordinate representation of color #736B21: hue angle of 54.15º 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 #736B21 is Cyan = 0, Magento = 0.07, Yellow = 0.71 and Black (K on CMYK) = 0.55.

Color convert

RGB11510733-
CMYK00.070.710.55
HSL54.15º55.41%29.02%-
HSV(B)54.15º71.3%45.1%-
XYZ12.614.273.53-
YUV100.9689.65138.02-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 45.10%
GREEN value IS 107 (42.19% from 255) = 41.96%
BLUE value IS 33 (13.28% from 255) = 12.94%
R=45.10%
G=41.96%
B=12.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.71
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1151073300.070.710.5554.1555.4129.02
Hex736B2107473736371d
Octal163153410710767666735
Binary111001111010111000010111100011111011111011011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736B21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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