#716B2B

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

Shades of Olivetone #716B2B

Tints of Olivetone #716B2B

Color information

#716B2B (or 0x716B2B) is unknown color: approx Olivetone. HEX triplet: 71, 6B and 2B. RGB value is (113,107,43). Sum of RGB (Red+Green+Blue) = 113+107+43=263 (34% of max value = 765). Red value is 113 (44.53% from 255 or 42.97% from 263); Green value is 107 (42.19% from 255 or 40.68% from 263); Blue value is 43 (17.19% from 255 or 16.35% from 263); Max value from RGB is 113 - color contains mainly: red. Hex color #716B2B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716B2B is #8E94D4. Grayscale: #656565. Windows color (decimal): -9344213 or 2845553. OLE color: 2845553.

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

Color convert

RGB11310743-
CMYK00.050.620.56
HSL54.86º44.87%30.59%-
HSV(B)54.86º61.95%44.31%-
XYZ12.514.24.37-
YUV101.594.99136.2-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 42.97%
GREEN value IS 107 (42.19% from 255) = 40.68%
BLUE value IS 43 (17.19% from 255) = 16.35%
R=42.97%
G=40.68%
B=16.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.62
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1131074300.050.620.5654.8644.8730.59
Hex716B2B053E38372d1f
Octal16115353057670675537
Binary11100011101011101011010111111011100011011110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716B2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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