#706057

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

Shades of Dorado #706057

Tints of Dorado #706057

Color information

#706057 (or 0x706057) is unknown color: approx Dorado. HEX triplet: 70, 60 and 57. RGB value is (112,96,87). Sum of RGB (Red+Green+Blue) = 112+96+87=295 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.97% from 295); Green value is 96 (37.89% from 255 or 32.54% from 295); Blue value is 87 (34.38% from 255 or 29.49% from 295); Max value from RGB is 112 - color contains mainly: red. Hex color #706057 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706057 is #8F9FA8. Grayscale: #636363. Windows color (decimal): -9412521 or 5726320. OLE color: 5726320.

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

Color convert

RGB1129687-
CMYK00.140.220.56
HSL21.6º12.56%39.02%-
HSV(B)21.6º22.32%43.92%-
XYZ12.5912.510.77-
YUV99.76120.8136.73-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 37.97%
GREEN value IS 96 (37.89% from 255) = 32.54%
BLUE value IS 87 (34.38% from 255) = 29.49%
R=37.97%
G=32.54%
B=29.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.22
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112968700.140.220.5621.612.5639.02
Hex7060570E163816d27
Octal1601401270162670261547
Binary1110000110000010101110111010110111000101101101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706057; }

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

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

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

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

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

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

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

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