#716B2C

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

Shades of Olivetone #716B2C

Tints of Olivetone #716B2C

Color information

#716B2C (or 0x716B2C) is unknown color: approx Olivetone. HEX triplet: 71, 6B and 2C. RGB value is (113,107,44). Sum of RGB (Red+Green+Blue) = 113+107+44=264 (34% of max value = 765). Red value is 113 (44.53% from 255 or 42.80% from 264); Green value is 107 (42.19% from 255 or 40.53% from 264); Blue value is 44 (17.58% from 255 or 16.67% from 264); Max value from RGB is 113 - color contains mainly: red. Hex color #716B2C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716B2C is #8E94D3. Grayscale: #656565. Windows color (decimal): -9344212 or 2911089. OLE color: 2911089.

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

Color convert

RGB11310744-
CMYK00.050.610.56
HSL54.78º43.95%30.78%-
HSV(B)54.78º61.06%44.31%-
XYZ12.5214.214.47-
YUV101.6195.49136.12-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 42.80%
GREEN value IS 107 (42.19% from 255) = 40.53%
BLUE value IS 44 (17.58% from 255) = 16.67%
R=42.80%
G=40.53%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.61
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1131074400.050.610.5654.7843.9530.78
Hex716B2C053D38372c1f
Octal16115354057570675437
Binary11100011101011101100010111110111100011011110110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716B2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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