Html Css Color HEX #706059 Dorado

📋 copy color: '#706059'

red 112 ◦ green 96 ◦ blue 89

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

Shades of Dorado #706059

Tints of Dorado #706059

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 value IS 0

 M value IS 0.14

 Y value IS 0.21

 K value IS 0.56

RGB Variations

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

Color information

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

RGB 112 96 89 -
CMYK 0 0.14 0.21 0.56
HSL 18.26º 0.11% 0.39% -
HSV(B) 18.26º 0.21% 0.44% -
XYZ 12.67 12.53 11.2 -
YUV 99.99 121.8 136.57 -
System Red Green Blue C M Y K H S L
Decimal 112 96 89 0 0.14 0.21 0.56 18.26 0.11 0.39
Hex 70 60 59 0 E 15 38 12 B 27
Octal 160 140 131 0 16 25 70 22 13 47
Binary 1110000 1100000 1011001 0 1110 10101 111000 10010 1011 100111

Color Harmonies of #706059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706059

Black with #706059

Text Example


Text Example

White with #706059

Text Example


Text Example

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