#716359

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

Shades of Dorado #716359

Tints of Dorado #716359

Color information

#716359 (or 0x716359) is unknown color: approx Dorado. HEX triplet: 71, 63 and 59. RGB value is (113,99,89). Sum of RGB (Red+Green+Blue) = 113+99+89=301 (39% of max value = 765). Red value is 113 (44.53% from 255 or 37.54% from 301); Green value is 99 (39.06% from 255 or 32.89% from 301); Blue value is 89 (35.16% from 255 or 29.57% from 301); Max value from RGB is 113 - color contains mainly: red. Hex color #716359 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716359 is #8E9CA6. Grayscale: #666666. Windows color (decimal): -9346215 or 5858161. OLE color: 5858161.

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

Color convert

RGB1139989-
CMYK00.120.210.56
HSL25º11.88%39.61%-
HSV(B)25º21.24%44.31%-
XYZ13.0813.1611.3-
YUV102.05120.64135.81-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 37.54%
GREEN value IS 99 (39.06% from 255) = 32.89%
BLUE value IS 89 (35.16% from 255) = 29.57%
R=37.54%
G=32.89%
B=29.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.21
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113998900.120.210.562511.8839.61
Hex7163590C153819c28
Octal1611431310142570311450
Binary1110001110001110110010110010101111000110011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716359; }

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

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

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

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

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

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

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

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