#706056

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

Shades of Dorado #706056

Tints of Dorado #706056

Color information

#706056 (or 0x706056) is unknown color: approx Dorado. HEX triplet: 70, 60 and 56. RGB value is (112,96,86). Sum of RGB (Red+Green+Blue) = 112+96+86=294 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.10% from 294); Green value is 96 (37.89% from 255 or 32.65% from 294); Blue value is 86 (33.98% from 255 or 29.25% from 294); Max value from RGB is 112 - color contains mainly: red. Hex color #706056 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706056 is #8F9FA9. Grayscale: #636363. Windows color (decimal): -9412522 or 5660784. OLE color: 5660784.

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

Color convert

RGB1129686-
CMYK00.140.230.56
HSL23.08º13.13%38.82%-
HSV(B)23.08º23.21%43.92%-
XYZ12.5412.4810.55-
YUV99.64120.3136.81-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 38.10%
GREEN value IS 96 (37.89% from 255) = 32.65%
BLUE value IS 86 (33.98% from 255) = 29.25%
R=38.10%
G=32.65%
B=29.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.23
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112968600.140.230.5623.0813.1338.82
Hex7060560E173817d27
Octal1601401260162770271547
Binary1110000110000010101100111010111111000101111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706056; }

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

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

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

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

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

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

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

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