#70645D

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

Shades of Dorado #70645D

Tints of Dorado #70645D

Color information

#70645D (or 0x70645D) is unknown color: approx Dorado. HEX triplet: 70, 64 and 5D. RGB value is (112,100,93). Sum of RGB (Red+Green+Blue) = 112+100+93=305 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.72% from 305); Green value is 100 (39.45% from 255 or 32.79% from 305); Blue value is 93 (36.72% from 255 or 30.49% from 305); Max value from RGB is 112 - color contains mainly: red. Hex color #70645D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70645D is #8F9BA2. Grayscale: #666666. Windows color (decimal): -9411491 or 6120560. OLE color: 6120560.

HSL color Cylindrical-coordinate representation of color #70645D: hue angle of 22.11º 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 #70645D is Cyan = 0, Magento = 0.11, Yellow = 0.17 and Black (K on CMYK) = 0.56.

Color convert

RGB11210093-
CMYK00.110.170.56
HSL22.11º9.27%40.2%-
HSV(B)22.11º16.96%43.92%-
XYZ13.2213.3512.24-
YUV102.79122.48134.57-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 36.72%
GREEN value IS 100 (39.45% from 255) = 32.79%
BLUE value IS 93 (36.72% from 255) = 30.49%
R=36.72%
G=32.79%
B=30.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.17
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121009300.110.170.5622.119.2740.2
Hex70645D0B113816928
Octal1601441350132170261150
Binary1110000110010010111010101110001111000101101001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70645D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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