#706059

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

Shades of Dorado #706059

Tints of Dorado #706059

Color information

#706059 (or 0x706059) is unknown color: approx Dorado. HEX triplet: 70, 60 and 59. RGB value is (112,96,89). Sum of RGB (Red+Green+Blue) = 112+96+89=297 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.71% from 297); Green value is 96 (37.89% from 255 or 32.32% from 297); Blue value is 89 (35.16% from 255 or 29.97% from 297); Max value from RGB is 112 - color contains mainly: red. Hex color #706059 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706059 is #8F9FA6. Grayscale: #646464. Windows color (decimal): -9412519 or 5857392. OLE color: 5857392.

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

Color convert

RGB1129689-
CMYK00.140.210.56
HSL18.26º11.44%39.41%-
HSV(B)18.26º20.54%43.92%-
XYZ12.6712.5311.2-
YUV99.99121.8136.57-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 37.71%
GREEN value IS 96 (37.89% from 255) = 32.32%
BLUE value IS 89 (35.16% from 255) = 29.97%
R=37.71%
G=32.32%
B=29.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.21
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112968900.140.210.5618.2611.4439.41
Hex7060590E153812b27
Octal1601401310162570221347
Binary1110000110000010110010111010101111000100101011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706059; }

 p { color: rgb(112,96,89); }

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

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

 a { background-color: rgb(112,96,89); }

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

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

 span { border-color: rgb(112,96,89); }

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