#716611

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

Shades of Olivetone #716611

Tints of Olivetone #716611

Color information

#716611 (or 0x716611) is unknown color: approx Olivetone. HEX triplet: 71, 66 and 11. RGB value is (113,102,17). Sum of RGB (Red+Green+Blue) = 113+102+17=232 (30% of max value = 765). Red value is 113 (44.53% from 255 or 48.71% from 232); Green value is 102 (40.23% from 255 or 43.97% from 232); Blue value is 17 (7.03% from 255 or 7.33% from 232); Max value from RGB is 113 - color contains mainly: red. Hex color #716611 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #716611 is #8E99EE. Grayscale: #5F5F5F. Windows color (decimal): -9345519 or 1140337. OLE color: 1140337.

HSL color Cylindrical-coordinate representation of color #716611: hue angle of 53.12º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #716611 is Cyan = 0, Magento = 0.10, Yellow = 0.85 and Black (K on CMYK) = 0.56.

Color convert

RGB11310217-
CMYK00.100.850.56
HSL53.12º73.85%25.49%-
HSV(B)53.12º84.96%44.31%-
XYZ11.6613.052.44-
YUV95.683.64140.41-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 48.71%
GREEN value IS 102 (40.23% from 255) = 43.97%
BLUE value IS 17 (7.03% from 255) = 7.33%
R=48.71%
G=43.97%
B=7.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.85
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1131021700.100.850.5653.1273.8525.49
Hex7166110A5538354a19
Octal16114621012125706511231
Binary1110001110011010001010101010101111000110101100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716611

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716611; }

 p { color: rgb(113,102,17); }

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

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

 a { background-color: rgb(113,102,17); }

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

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

 span { border-color: rgb(113,102,17); }

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