#716619

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

Shades of Olivetone #716619

Tints of Olivetone #716619

Color information

#716619 (or 0x716619) is unknown color: approx Olivetone. HEX triplet: 71, 66 and 19. RGB value is (113,102,25). Sum of RGB (Red+Green+Blue) = 113+102+25=240 (31% of max value = 765). Red value is 113 (44.53% from 255 or 47.08% from 240); Green value is 102 (40.23% from 255 or 42.5% from 240); Blue value is 25 (10.16% from 255 or 10.42% from 240); Max value from RGB is 113 - color contains mainly: red. Hex color #716619 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #716619 is #8E99E6. Grayscale: #606060. Windows color (decimal): -9345511 or 1664625. OLE color: 1664625.

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

Color convert

RGB11310225-
CMYK00.100.780.56
HSL52.5º63.77%27.06%-
HSV(B)52.5º77.88%44.31%-
XYZ11.7413.082.83-
YUV96.5187.64139.76-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 47.08%
GREEN value IS 102 (40.23% from 255) = 42.5%
BLUE value IS 25 (10.16% from 255) = 10.42%
R=47.08%
G=42.5%
B=10.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.78
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1131022500.100.780.5652.563.7727.06
Hex7166190A4E3834401b
Octal16114631012116706410033
Binary1110001110011011001010101001110111000110100100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716619

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716619; }

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

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

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

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

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

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

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

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