#705951

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

Shades of Dorado #705951

Tints of Dorado #705951

Color information

#705951 (or 0x705951) is unknown color: approx Dorado. HEX triplet: 70, 59 and 51. RGB value is (112,89,81). Sum of RGB (Red+Green+Blue) = 112+89+81=282 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.72% from 282); Green value is 89 (35.16% from 255 or 31.56% from 282); Blue value is 81 (32.03% from 255 or 28.72% from 282); Max value from RGB is 112 - color contains mainly: red. Hex color #705951 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705951 is #8FA6AE. Grayscale: #5F5F5F. Windows color (decimal): -9414319 or 5331312. OLE color: 5331312.

HSL color Cylindrical-coordinate representation of color #705951: hue angle of 15.48º degrees, saturation: 0.16, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #705951 is Cyan = 0, Magento = 0.21, Yellow = 0.28 and Black (K on CMYK) = 0.56.

Color convert

RGB1128981-
CMYK00.210.280.56
HSL15.48º16.06%37.84%-
HSV(B)15.48º27.68%43.92%-
XYZ11.7411.189.32-
YUV94.96120.12140.15-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 39.72%
GREEN value IS 89 (35.16% from 255) = 31.56%
BLUE value IS 81 (32.03% from 255) = 28.72%
R=39.72%
G=31.56%
B=28.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.28
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112898100.210.280.5615.4816.0637.84
Hex7059510151C38f1026
Octal1601311210253470172046
Binary11100001011001101000101010111100111000111110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705951; }

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

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

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

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

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

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

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

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