#706359

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

Shades of Dorado #706359

Tints of Dorado #706359

Color information

#706359 (or 0x706359) is unknown color: approx Dorado. HEX triplet: 70, 63 and 59. RGB value is (112,99,89). Sum of RGB (Red+Green+Blue) = 112+99+89=300 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.33% from 300); Green value is 99 (39.06% from 255 or 33% from 300); Blue value is 89 (35.16% from 255 or 29.67% from 300); Max value from RGB is 112 - color contains mainly: red. Hex color #706359 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706359 is #8F9CA6. Grayscale: #656565. Windows color (decimal): -9411751 or 5858160. OLE color: 5858160.

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

Color convert

RGB1129989-
CMYK00.120.210.56
HSL26.09º11.44%39.41%-
HSV(B)26.09º20.54%43.92%-
XYZ12.9513.0911.3-
YUV101.75120.81135.31-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 37.33%
GREEN value IS 99 (39.06% from 255) = 33%
BLUE value IS 89 (35.16% from 255) = 29.67%
R=37.33%
G=33%
B=29.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.21
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112998900.120.210.5626.0911.4439.41
Hex7063590C15381ab27
Octal1601431310142570321347
Binary1110000110001110110010110010101111000110101011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706359; }

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

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

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

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

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

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

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

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