#706258

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

Shades of Dorado #706258

Tints of Dorado #706258

Color information

#706258 (or 0x706258) is unknown color: approx Dorado. HEX triplet: 70, 62 and 58. RGB value is (112,98,88). Sum of RGB (Red+Green+Blue) = 112+98+88=298 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.58% from 298); Green value is 98 (38.67% from 255 or 32.89% from 298); Blue value is 88 (34.77% from 255 or 29.53% from 298); Max value from RGB is 112 - color contains mainly: red. Hex color #706258 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706258 is #8F9DA7. Grayscale: #656565. Windows color (decimal): -9412008 or 5792368. OLE color: 5792368.

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

Color convert

RGB1129888-
CMYK00.130.210.56
HSL25º12%39.22%-
HSV(B)25º21.43%43.92%-
XYZ12.8112.8811.04-
YUV101.05120.64135.81-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 37.58%
GREEN value IS 98 (38.67% from 255) = 32.89%
BLUE value IS 88 (34.77% from 255) = 29.53%
R=37.58%
G=32.89%
B=29.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.21
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112988800.130.210.56251239.22
Hex7062580D153819c27
Octal1601421300152570311447
Binary1110000110001010110000110110101111000110011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706258; }

 p { color: rgb(112,98,88); }

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

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

 a { background-color: rgb(112,98,88); }

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

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

 span { border-color: rgb(112,98,88); }

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