#706055

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

Shades of Dorado #706055

Tints of Dorado #706055

Color information

#706055 (or 0x706055) is unknown color: approx Dorado. HEX triplet: 70, 60 and 55. RGB value is (112,96,85). Sum of RGB (Red+Green+Blue) = 112+96+85=293 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.23% from 293); Green value is 96 (37.89% from 255 or 32.76% from 293); Blue value is 85 (33.59% from 255 or 29.01% from 293); Max value from RGB is 112 - color contains mainly: red. Hex color #706055 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706055 is #8F9FAA. Grayscale: #636363. Windows color (decimal): -9412523 or 5595248. OLE color: 5595248.

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

Color convert

RGB1129685-
CMYK00.140.240.56
HSL24.44º13.71%38.63%-
HSV(B)24.44º24.11%43.92%-
XYZ12.512.4710.34-
YUV99.53119.8136.89-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 38.23%
GREEN value IS 96 (37.89% from 255) = 32.76%
BLUE value IS 85 (33.59% from 255) = 29.01%
R=38.23%
G=32.76%
B=29.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.24
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112968500.140.240.5624.4413.7138.63
Hex7060550E183818e27
Octal1601401250163070301647
Binary1110000110000010101010111011000111000110001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706055; }

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

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

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

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

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

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

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

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