#716058

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

Shades of Dorado #716058

Tints of Dorado #716058

Color information

#716058 (or 0x716058) is unknown color: approx Dorado. HEX triplet: 71, 60 and 58. RGB value is (113,96,88). Sum of RGB (Red+Green+Blue) = 113+96+88=297 (39% of max value = 765). Red value is 113 (44.53% from 255 or 38.05% from 297); Green value is 96 (37.89% from 255 or 32.32% from 297); Blue value is 88 (34.77% from 255 or 29.63% from 297); Max value from RGB is 113 - color contains mainly: red. Hex color #716058 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716058 is #8E9FA7. Grayscale: #646464. Windows color (decimal): -9346984 or 5791857. OLE color: 5791857.

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

Color convert

RGB1139688-
CMYK00.150.220.56
HSL19.2º12.44%39.41%-
HSV(B)19.2º22.12%44.31%-
XYZ12.7512.5810.99-
YUV100.17121.13137.15-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 38.05%
GREEN value IS 96 (37.89% from 255) = 32.32%
BLUE value IS 88 (34.77% from 255) = 29.63%
R=38.05%
G=32.32%
B=29.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.22
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113968800.150.220.5619.212.4439.41
Hex7160580F163813c27
Octal1611401300172670231447
Binary1110001110000010110000111110110111000100111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716058; }

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

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

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

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

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

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

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

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