#706156

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

Shades of Dorado #706156

Tints of Dorado #706156

Color information

#706156 (or 0x706156) is unknown color: approx Dorado. HEX triplet: 70, 61 and 56. RGB value is (112,97,86). Sum of RGB (Red+Green+Blue) = 112+97+86=295 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.97% from 295); Green value is 97 (38.28% from 255 or 32.88% from 295); Blue value is 86 (33.98% from 255 or 29.15% from 295); Max value from RGB is 112 - color contains mainly: red. Hex color #706156 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706156 is #8F9EA9. Grayscale: #646464. Windows color (decimal): -9412266 or 5661040. OLE color: 5661040.

HSL color Cylindrical-coordinate representation of color #706156: hue angle of 25.38º 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 #706156 is Cyan = 0, Magento = 0.13, Yellow = 0.23 and Black (K on CMYK) = 0.56.

Color convert

RGB1129786-
CMYK00.130.230.56
HSL25.38º13.13%38.82%-
HSV(B)25.38º23.21%43.92%-
XYZ12.6412.6710.58-
YUV100.23119.97136.39-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 37.97%
GREEN value IS 97 (38.28% from 255) = 32.88%
BLUE value IS 86 (33.98% from 255) = 29.15%
R=37.97%
G=32.88%
B=29.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.23
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112978600.130.230.5625.3813.1338.82
Hex7061560D173819d27
Octal1601411260152770311547
Binary1110000110000110101100110110111111000110011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706156; }

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

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

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

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

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

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

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

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