Html Css Color HEX #706660 Dorado

📋 copy color: '#706660'

red 112 ◦ green 102 ◦ blue 96

#706660
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dorado #706660

Tints of Dorado #706660

RGB

 RED value IS 112 (44.14% from 255) = 36.13%

 GREEN value IS 102 (40.23% from 255) = 32.9%

 BLUE value IS 96 (37.89% from 255) = 30.97%

R = 36.13%
G = 32.9%
B = 30.97%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.14

 K value IS 0.56

RGB Variations

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

Color information

#706660 (or 0x706660) is known color: 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

RGB 112 102 96 -
CMYK 0 0.09 0.14 0.56
HSL 22.5º 0.08% 0.41% -
HSV(B) 22.5º 0.14% 0.44% -
XYZ 13.54 13.79 13.01 -
YUV 104.31 123.31 133.49 -
System Red Green Blue C M Y K H S L
Decimal 112 102 96 0 0.09 0.14 0.56 22.5 0.08 0.41
Hex 70 66 60 0 9 E 38 16 8 29
Octal 160 146 140 0 11 16 70 26 10 51
Binary 1110000 1100110 1100000 0 1001 1110 111000 10110 1000 101001

Color Harmonies of #706660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706660

Black with #706660

Text Example


Text Example

White with #706660

Text Example


Text Example

HTML Codes & Css Web 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>