#72661D

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

Shades of Olivetone #72661D

Tints of Olivetone #72661D

Color information

#72661D (or 0x72661D) is unknown color: approx Olivetone. HEX triplet: 72, 66 and 1D. RGB value is (114,102,29). Sum of RGB (Red+Green+Blue) = 114+102+29=245 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.53% from 245); Green value is 102 (40.23% from 255 or 41.63% from 245); Blue value is 29 (11.72% from 255 or 11.84% from 245); Max value from RGB is 114 - color contains mainly: red. Hex color #72661D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72661D is #8D99E2. Grayscale: #616161. Windows color (decimal): -9279971 or 1926770. OLE color: 1926770.

HSL color Cylindrical-coordinate representation of color #72661D: hue angle of 51.53º degrees, saturation: 0.59, 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 #72661D is Cyan = 0, Magento = 0.11, Yellow = 0.75 and Black (K on CMYK) = 0.55.

Color convert

RGB11410229-
CMYK00.110.750.55
HSL51.53º59.44%28.04%-
HSV(B)51.53º74.56%44.71%-
XYZ11.9113.173.08-
YUV97.2789.48139.94-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 46.53%
GREEN value IS 102 (40.23% from 255) = 41.63%
BLUE value IS 29 (11.72% from 255) = 11.84%
R=46.53%
G=41.63%
B=11.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.75
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141022900.110.750.5551.5359.4428.04
Hex72661D0B4B37343b1c
Octal1621463501311367647334
Binary111001011001101110101011100101111011111010011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72661D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72661D; }

 p { color: rgb(114,102,29); }

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

<style>
 a { background-color: #72661D; }

 a { background-color: rgb(114,102,29); }

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

<style>
 span { border-color: #72661D; }

 span { border-color: rgb(114,102,29); }

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