#70625D

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

Shades of Dorado #70625D

Tints of Dorado #70625D

Color information

#70625D (or 0x70625D) is unknown color: approx Dorado. HEX triplet: 70, 62 and 5D. RGB value is (112,98,93). Sum of RGB (Red+Green+Blue) = 112+98+93=303 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.96% from 303); Green value is 98 (38.67% from 255 or 32.34% from 303); Blue value is 93 (36.72% from 255 or 30.69% from 303); Max value from RGB is 112 - color contains mainly: red. Hex color #70625D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70625D is #8F9DA2. Grayscale: #656565. Windows color (decimal): -9412003 or 6120048. OLE color: 6120048.

HSL color Cylindrical-coordinate representation of color #70625D: hue angle of 15.79º degrees, saturation: 0.09, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #70625D is Cyan = 0, Magento = 0.13, Yellow = 0.17 and Black (K on CMYK) = 0.56.

Color convert

RGB1129893-
CMYK00.130.170.56
HSL15.79º9.27%40.2%-
HSV(B)15.79º16.96%43.92%-
XYZ13.0312.9712.17-
YUV101.62123.14135.41-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 36.96%
GREEN value IS 98 (38.67% from 255) = 32.34%
BLUE value IS 93 (36.72% from 255) = 30.69%
R=36.96%
G=32.34%
B=30.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.17
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112989300.130.170.5615.799.2740.2
Hex70625D0D113810928
Octal1601421350152170201150
Binary1110000110001010111010110110001111000100001001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70625D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70625D; }

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

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

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

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

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

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

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

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