#736C1B

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

Shades of Olivetone #736C1B

Tints of Olivetone #736C1B

Color information

#736C1B (or 0x736C1B) is unknown color: approx Olivetone. HEX triplet: 73, 6C and 1B. RGB value is (115,108,27). Sum of RGB (Red+Green+Blue) = 115+108+27=250 (33% of max value = 765). Red value is 115 (45.31% from 255 or 46% from 250); Green value is 108 (42.58% from 255 or 43.2% from 250); Blue value is 27 (10.94% from 255 or 10.8% from 250); Max value from RGB is 115 - color contains mainly: red. Hex color #736C1B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #736C1B is #8C93E4. Grayscale: #656565. Windows color (decimal): -9212901 or 1797235. OLE color: 1797235.

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

Color convert

RGB11510827-
CMYK00.060.770.55
HSL55.23º61.97%27.84%-
HSV(B)55.23º76.52%45.1%-
XYZ12.6314.453.16-
YUV100.8686.32138.09-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 46%
GREEN value IS 108 (42.58% from 255) = 43.2%
BLUE value IS 27 (10.94% from 255) = 10.8%
R=46%
G=43.2%
B=10.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.77
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1151082700.060.770.5555.2361.9727.84
Hex736C1B064D37373e1c
Octal163154330611567677634
Binary11100111101100110110110100110111011111011111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736C1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,108,27); }

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

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

 a { background-color: rgb(115,108,27); }

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

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

 span { border-color: rgb(115,108,27); }

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