#736C1D

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

Shades of Olivetone #736C1D

Tints of Olivetone #736C1D

Color information

#736C1D (or 0x736C1D) is unknown color: approx Olivetone. HEX triplet: 73, 6C and 1D. RGB value is (115,108,29). Sum of RGB (Red+Green+Blue) = 115+108+29=252 (33% of max value = 765). Red value is 115 (45.31% from 255 or 45.63% from 252); Green value is 108 (42.58% from 255 or 42.86% from 252); Blue value is 29 (11.72% from 255 or 11.51% from 252); Max value from RGB is 115 - color contains mainly: red. Hex color #736C1D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #736C1D is #8C93E2. Grayscale: #656565. Windows color (decimal): -9212899 or 1928307. OLE color: 1928307.

HSL color Cylindrical-coordinate representation of color #736C1D: hue angle of 55.12º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #736C1D is Cyan = 0, Magento = 0.06, Yellow = 0.75 and Black (K on CMYK) = 0.55.

Color convert

RGB11510829-
CMYK00.060.750.55
HSL55.12º59.72%28.24%-
HSV(B)55.12º74.78%45.1%-
XYZ12.6514.463.29-
YUV101.0987.32137.92-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 45.63%
GREEN value IS 108 (42.58% from 255) = 42.86%
BLUE value IS 29 (11.72% from 255) = 11.51%
R=45.63%
G=42.86%
B=11.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.75
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1151082900.060.750.5555.1259.7228.24
Hex736C1D064B37373c1c
Octal163154350611367677434
Binary11100111101100111010110100101111011111011111110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736C1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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