#726B2B

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

Shades of Olivetone #726B2B

Tints of Olivetone #726B2B

Color information

#726B2B (or 0x726B2B) is unknown color: approx Olivetone. HEX triplet: 72, 6B and 2B. RGB value is (114,107,43). Sum of RGB (Red+Green+Blue) = 114+107+43=264 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.18% from 264); Green value is 107 (42.19% from 255 or 40.53% from 264); Blue value is 43 (17.19% from 255 or 16.29% from 264); Max value from RGB is 114 - color contains mainly: red. Hex color #726B2B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #726B2B is #8D94D4. Grayscale: #666666. Windows color (decimal): -9278677 or 2845554. OLE color: 2845554.

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

Color convert

RGB11410743-
CMYK00.060.620.55
HSL54.08º45.22%30.78%-
HSV(B)54.08º62.28%44.71%-
XYZ12.6314.274.37-
YUV101.894.82136.7-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 43.18%
GREEN value IS 107 (42.19% from 255) = 40.53%
BLUE value IS 43 (17.19% from 255) = 16.29%
R=43.18%
G=40.53%
B=16.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.62
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141074300.060.620.5554.0845.2230.78
Hex726B2B063E37362d1f
Octal16215353067667665537
Binary11100101101011101011011011111011011111011010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726B2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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