#726B1B

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

Shades of Olivetone #726B1B

Tints of Olivetone #726B1B

Color information

#726B1B (or 0x726B1B) is unknown color: approx Olivetone. HEX triplet: 72, 6B and 1B. RGB value is (114,107,27). Sum of RGB (Red+Green+Blue) = 114+107+27=248 (32% of max value = 765). Red value is 114 (44.92% from 255 or 45.97% from 248); Green value is 107 (42.19% from 255 or 43.15% from 248); Blue value is 27 (10.94% from 255 or 10.89% from 248); Max value from RGB is 114 - color contains mainly: red. Hex color #726B1B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #726B1B is #8D94E4. Grayscale: #646464. Windows color (decimal): -9278693 or 1796978. OLE color: 1796978.

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

Color convert

RGB11410727-
CMYK00.060.760.55
HSL55.17º61.7%27.65%-
HSV(B)55.17º76.32%44.71%-
XYZ12.3914.173.12-
YUV99.9786.82138-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 45.97%
GREEN value IS 107 (42.19% from 255) = 43.15%
BLUE value IS 27 (10.94% from 255) = 10.89%
R=45.97%
G=43.15%
B=10.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.76
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141072700.060.760.5555.1761.727.65
Hex726B1B064C37373e1c
Octal162153330611467677634
Binary11100101101011110110110100110011011111011111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726B1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726B1B; }

 p { color: rgb(114,107,27); }

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

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

 a { background-color: rgb(114,107,27); }

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

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

 span { border-color: rgb(114,107,27); }

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