#716056

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

Shades of Dorado #716056

Tints of Dorado #716056

Color information

#716056 (or 0x716056) is unknown color: approx Dorado. HEX triplet: 71, 60 and 56. RGB value is (113,96,86). Sum of RGB (Red+Green+Blue) = 113+96+86=295 (39% of max value = 765). Red value is 113 (44.53% from 255 or 38.31% from 295); Green value is 96 (37.89% from 255 or 32.54% from 295); Blue value is 86 (33.98% from 255 or 29.15% from 295); Max value from RGB is 113 - color contains mainly: red. Hex color #716056 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716056 is #8E9FA9. Grayscale: #646464. Windows color (decimal): -9346986 or 5660785. OLE color: 5660785.

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

Color convert

RGB1139686-
CMYK00.150.240.56
HSL22.22º13.57%39.02%-
HSV(B)22.22º23.89%44.31%-
XYZ12.6712.5510.56-
YUV99.94120.13137.31-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 38.31%
GREEN value IS 96 (37.89% from 255) = 32.54%
BLUE value IS 86 (33.98% from 255) = 29.15%
R=38.31%
G=32.54%
B=29.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.24
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113968600.150.240.5622.2213.5739.02
Hex7160560F183816e27
Octal1611401260173070261647
Binary1110001110000010101100111111000111000101101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716056; }

 p { color: rgb(113,96,86); }

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

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

 a { background-color: rgb(113,96,86); }

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

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

 span { border-color: rgb(113,96,86); }

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