#716156

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

Shades of Dorado #716156

Tints of Dorado #716156

Color information

#716156 (or 0x716156) is unknown color: approx Dorado. HEX triplet: 71, 61 and 56. RGB value is (113,97,86). Sum of RGB (Red+Green+Blue) = 113+97+86=296 (39% of max value = 765). Red value is 113 (44.53% from 255 or 38.18% from 296); Green value is 97 (38.28% from 255 or 32.77% from 296); Blue value is 86 (33.98% from 255 or 29.05% from 296); Max value from RGB is 113 - color contains mainly: red. Hex color #716156 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716156 is #8E9EA9. Grayscale: #646464. Windows color (decimal): -9346730 or 5661041. OLE color: 5661041.

HSL color Cylindrical-coordinate representation of color #716156: hue angle of 24.44º 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 #716156 is Cyan = 0, Magento = 0.14, Yellow = 0.24 and Black (K on CMYK) = 0.56.

Color convert

RGB1139786-
CMYK00.140.240.56
HSL24.44º13.57%39.02%-
HSV(B)24.44º23.89%44.31%-
XYZ12.7612.7310.59-
YUV100.53119.8136.89-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 38.18%
GREEN value IS 97 (38.28% from 255) = 32.77%
BLUE value IS 86 (33.98% from 255) = 29.05%
R=38.18%
G=32.77%
B=29.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.24
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113978600.140.240.5624.4413.5739.02
Hex7161560E183818e27
Octal1611411260163070301647
Binary1110001110000110101100111011000111000110001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716156; }

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

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

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

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

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

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

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

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