#72661E

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

Shades of Olivetone #72661E

Tints of Olivetone #72661E

Color information

#72661E (or 0x72661E) is unknown color: approx Olivetone. HEX triplet: 72, 66 and 1E. RGB value is (114,102,30). Sum of RGB (Red+Green+Blue) = 114+102+30=246 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.34% from 246); Green value is 102 (40.23% from 255 or 41.46% from 246); Blue value is 30 (12.11% from 255 or 12.20% from 246); Max value from RGB is 114 - color contains mainly: red. Hex color #72661E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72661E is #8D99E1. Grayscale: #616161. Windows color (decimal): -9279970 or 1992306. OLE color: 1992306.

HSL color Cylindrical-coordinate representation of color #72661E: hue angle of 51.43º degrees, saturation: 0.58, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #72661E is Cyan = 0, Magento = 0.11, Yellow = 0.74 and Black (K on CMYK) = 0.55.

Color convert

RGB11410230-
CMYK00.110.740.55
HSL51.43º58.33%28.24%-
HSV(B)51.43º73.68%44.71%-
XYZ11.9313.173.14-
YUV97.3889.98139.85-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 46.34%
GREEN value IS 102 (40.23% from 255) = 41.46%
BLUE value IS 30 (12.11% from 255) = 12.20%
R=46.34%
G=41.46%
B=12.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.74
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141023000.110.740.5551.4358.3328.24
Hex72661E0B4A37333a1c
Octal1621463601311267637234
Binary111001011001101111001011100101011011111001111101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72661E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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