#706560

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

Shades of Dorado #706560

Tints of Dorado #706560

Color information

#706560 (or 0x706560) is unknown color: approx Dorado. HEX triplet: 70, 65 and 60. RGB value is (112,101,96). Sum of RGB (Red+Green+Blue) = 112+101+96=309 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.25% from 309); Green value is 101 (39.84% from 255 or 32.69% from 309); Blue value is 96 (37.89% from 255 or 31.07% from 309); Max value from RGB is 112 - color contains mainly: red. Hex color #706560 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706560 is #8F9A9F. Grayscale: #676767. Windows color (decimal): -9411232 or 6317424. OLE color: 6317424.

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

Color convert

RGB11210196-
CMYK00.100.140.56
HSL18.75º7.69%40.78%-
HSV(B)18.75º14.29%43.92%-
XYZ13.4513.612.98-
YUV103.72123.64133.91-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 36.25%
GREEN value IS 101 (39.84% from 255) = 32.69%
BLUE value IS 96 (37.89% from 255) = 31.07%
R=36.25%
G=32.69%
B=31.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.14
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121019600.100.140.5618.757.6940.78
Hex7065600AE3813829
Octal1601451400121670231051
Binary111000011001011100000010101110111000100111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706560; }

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

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

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

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

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

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

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

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