#706661

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

Shades of Dorado #706661

Tints of Dorado #706661

Color information

#706661 (or 0x706661) is unknown color: approx Dorado. HEX triplet: 70, 66 and 61. RGB value is (112,102,97). Sum of RGB (Red+Green+Blue) = 112+102+97=311 (41% of max value = 765). Red value is 112 (44.14% from 255 or 36.01% from 311); Green value is 102 (40.23% from 255 or 32.80% from 311); Blue value is 97 (38.28% from 255 or 31.19% from 311); Max value from RGB is 112 - color contains mainly: red. Hex color #706661 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706661 is #8F999E. Grayscale: #686868. Windows color (decimal): -9410975 or 6383216. OLE color: 6383216.

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

Color convert

RGB11210297-
CMYK00.090.130.56
HSL20º7.18%40.98%-
HSV(B)20º13.39%43.92%-
XYZ13.5913.8113.26-
YUV104.42123.81133.41-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 36.01%
GREEN value IS 102 (40.23% from 255) = 32.80%
BLUE value IS 97 (38.28% from 255) = 31.19%
R=36.01%
G=32.80%
B=31.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.13
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121029700.090.130.56207.1840.98
Hex70666109D3814729
Octal160146141011157024751
Binary11100001100110110000101001110111100010100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706661; }

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

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

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

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

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

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

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

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