#705F59

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

Shades of Dorado #705F59

Tints of Dorado #705F59

Color information

#705F59 (or 0x705F59) is unknown color: approx Dorado. HEX triplet: 70, 5F and 59. RGB value is (112,95,89). Sum of RGB (Red+Green+Blue) = 112+95+89=296 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.84% from 296); Green value is 95 (37.5% from 255 or 32.09% from 296); Blue value is 89 (35.16% from 255 or 30.07% from 296); Max value from RGB is 112 - color contains mainly: red. Hex color #705F59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705F59 is #8FA0A6. Grayscale: #636363. Windows color (decimal): -9412775 or 5857136. OLE color: 5857136.

HSL color Cylindrical-coordinate representation of color #705F59: hue angle of 15.65º 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 #705F59 is Cyan = 0, Magento = 0.15, Yellow = 0.21 and Black (K on CMYK) = 0.56.

Color convert

RGB1129589-
CMYK00.150.210.56
HSL15.65º11.44%39.41%-
HSV(B)15.65º20.54%43.92%-
XYZ12.5812.3511.17-
YUV99.4122.13136.99-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 37.84%
GREEN value IS 95 (37.5% from 255) = 32.09%
BLUE value IS 89 (35.16% from 255) = 30.07%
R=37.84%
G=32.09%
B=30.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.21
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112958900.150.210.5615.6511.4439.41
Hex705F590F153810b27
Octal1601371310172570201347
Binary1110000101111110110010111110101111000100001011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705F59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705F59; }

 p { color: rgb(112,95,89); }

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

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

 a { background-color: rgb(112,95,89); }

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

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

 span { border-color: rgb(112,95,89); }

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