#70615C

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

Shades of Dorado #70615C

Tints of Dorado #70615C

Color information

#70615C (or 0x70615C) is unknown color: approx Dorado. HEX triplet: 70, 61 and 5C. RGB value is (112,97,92). Sum of RGB (Red+Green+Blue) = 112+97+92=301 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.21% from 301); Green value is 97 (38.28% from 255 or 32.23% from 301); Blue value is 92 (36.33% from 255 or 30.56% from 301); Max value from RGB is 112 - color contains mainly: red. Hex color #70615C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70615C is #8F9EA3. Grayscale: #646464. Windows color (decimal): -9412260 or 6054256. OLE color: 6054256.

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

Color convert

RGB1129792-
CMYK00.130.180.56
HSL15º9.8%40%-
HSV(B)15º17.86%43.92%-
XYZ12.8912.7711.91-
YUV100.92122.97135.91-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 37.21%
GREEN value IS 97 (38.28% from 255) = 32.23%
BLUE value IS 92 (36.33% from 255) = 30.56%
R=37.21%
G=32.23%
B=30.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.18
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112979200.130.180.56159.840
Hex70615C0D1238fa28
Octal1601411340152270171250
Binary111000011000011011100011011001011100011111010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70615C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70615C; }

 p { color: rgb(112,97,92); }

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

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

 a { background-color: rgb(112,97,92); }

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

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

 span { border-color: rgb(112,97,92); }

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