#706660

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

Shades of Dorado #706660

Tints of Dorado #706660

Color information

#706660 (or 0x706660) is unknown color: approx Dorado. HEX triplet: 70, 66 and 60. RGB value is (112,102,96). Sum of RGB (Red+Green+Blue) = 112+102+96=310 (41% of max value = 765). Red value is 112 (44.14% from 255 or 36.13% from 310); Green value is 102 (40.23% from 255 or 32.90% from 310); Blue value is 96 (37.89% from 255 or 30.97% from 310); Max value from RGB is 112 - color contains mainly: red. Hex color #706660 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706660 is #8F999F. Grayscale: #686868. Windows color (decimal): -9410976 or 6317680. OLE color: 6317680.

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

Color convert

RGB11210296-
CMYK00.090.140.56
HSL22.5º7.69%40.78%-
HSV(B)22.5º14.29%43.92%-
XYZ13.5413.7913.01-
YUV104.31123.31133.49-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 36.13%
GREEN value IS 102 (40.23% from 255) = 32.90%
BLUE value IS 96 (37.89% from 255) = 30.97%
R=36.13%
G=32.90%
B=30.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.14
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121029600.090.140.5622.57.6940.78
Hex70666009E3817829
Octal1601461400111670271051
Binary111000011001101100000010011110111000101111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706660; }

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

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

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

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

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

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

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

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