#716159

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

Shades of Dorado #716159

Tints of Dorado #716159

Color information

#716159 (or 0x716159) is unknown color: approx Dorado. HEX triplet: 71, 61 and 59. RGB value is (113,97,89). Sum of RGB (Red+Green+Blue) = 113+97+89=299 (39% of max value = 765). Red value is 113 (44.53% from 255 or 37.79% from 299); Green value is 97 (38.28% from 255 or 32.44% from 299); Blue value is 89 (35.16% from 255 or 29.77% from 299); Max value from RGB is 113 - color contains mainly: red. Hex color #716159 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716159 is #8E9EA6. Grayscale: #646464. Windows color (decimal): -9346727 or 5857649. OLE color: 5857649.

HSL color Cylindrical-coordinate representation of color #716159: hue angle of 20º degrees, saturation: 0.12, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #716159 is Cyan = 0, Magento = 0.14, Yellow = 0.21 and Black (K on CMYK) = 0.56.

Color convert

RGB1139789-
CMYK00.140.210.56
HSL20º11.88%39.61%-
HSV(B)20º21.24%44.31%-
XYZ12.8912.7811.24-
YUV100.87121.3136.65-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 37.79%
GREEN value IS 97 (38.28% from 255) = 32.44%
BLUE value IS 89 (35.16% from 255) = 29.77%
R=37.79%
G=32.44%
B=29.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.21
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113978900.140.210.562011.8839.61
Hex7161590E153814c28
Octal1611411310162570241450
Binary1110001110000110110010111010101111000101001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716159; }

 p { color: rgb(113,97,89); }

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

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

 a { background-color: rgb(113,97,89); }

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

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

 span { border-color: rgb(113,97,89); }

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