#716B1B

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

Shades of Olivetone #716B1B

Tints of Olivetone #716B1B

Color information

#716B1B (or 0x716B1B) is unknown color: approx Olivetone. HEX triplet: 71, 6B and 1B. RGB value is (113,107,27). Sum of RGB (Red+Green+Blue) = 113+107+27=247 (32% of max value = 765). Red value is 113 (44.53% from 255 or 45.75% from 247); Green value is 107 (42.19% from 255 or 43.32% from 247); Blue value is 27 (10.94% from 255 or 10.93% from 247); Max value from RGB is 113 - color contains mainly: red. Hex color #716B1B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716B1B is #8E94E4. Grayscale: #646464. Windows color (decimal): -9344229 or 1796977. OLE color: 1796977.

HSL color Cylindrical-coordinate representation of color #716B1B: hue angle of 55.81º degrees, saturation: 0.61, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #716B1B is Cyan = 0, Magento = 0.05, Yellow = 0.76 and Black (K on CMYK) = 0.56.

Color convert

RGB11310727-
CMYK00.050.760.56
HSL55.81º61.43%27.45%-
HSV(B)55.81º76.11%44.31%-
XYZ12.2714.113.11-
YUV99.6786.99137.5-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 45.75%
GREEN value IS 107 (42.19% from 255) = 43.32%
BLUE value IS 27 (10.94% from 255) = 10.93%
R=45.75%
G=43.32%
B=10.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.76
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1131072700.050.760.5655.8161.4327.45
Hex716B1B054C38383d1b
Octal161153330511470707533
Binary11100011101011110110101100110011100011100011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716B1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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