#716157

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

Shades of Dorado #716157

Tints of Dorado #716157

Color information

#716157 (or 0x716157) is unknown color: approx Dorado. HEX triplet: 71, 61 and 57. RGB value is (113,97,87). Sum of RGB (Red+Green+Blue) = 113+97+87=297 (39% of max value = 765). Red value is 113 (44.53% from 255 or 38.05% from 297); Green value is 97 (38.28% from 255 or 32.66% from 297); Blue value is 87 (34.38% from 255 or 29.29% from 297); Max value from RGB is 113 - color contains mainly: red. Hex color #716157 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716157 is #8E9EA8. Grayscale: #646464. Windows color (decimal): -9346729 or 5726577. OLE color: 5726577.

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

Color convert

RGB1139787-
CMYK00.140.230.56
HSL23.08º13%39.22%-
HSV(B)23.08º23.01%44.31%-
XYZ12.8112.7510.8-
YUV100.64120.3136.81-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 38.05%
GREEN value IS 97 (38.28% from 255) = 32.66%
BLUE value IS 87 (34.38% from 255) = 29.29%
R=38.05%
G=32.66%
B=29.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.23
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113978700.140.230.5623.081339.22
Hex7161570E173817d27
Octal1611411270162770271547
Binary1110001110000110101110111010111111000101111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716157; }

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

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

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

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

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

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

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

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