#70645C

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

Shades of Dorado #70645C

Tints of Dorado #70645C

Color information

#70645C (or 0x70645C) is unknown color: approx Dorado. HEX triplet: 70, 64 and 5C. RGB value is (112,100,92). Sum of RGB (Red+Green+Blue) = 112+100+92=304 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.84% from 304); Green value is 100 (39.45% from 255 or 32.89% from 304); Blue value is 92 (36.33% from 255 or 30.26% from 304); Max value from RGB is 112 - color contains mainly: red. Hex color #70645C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70645C is #8F9BA3. Grayscale: #666666. Windows color (decimal): -9411492 or 6055024. OLE color: 6055024.

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

Color convert

RGB11210092-
CMYK00.110.180.56
HSL24º9.8%40%-
HSV(B)24º17.86%43.92%-
XYZ13.1713.3312-
YUV102.68121.98134.65-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 36.84%
GREEN value IS 100 (39.45% from 255) = 32.89%
BLUE value IS 92 (36.33% from 255) = 30.26%
R=36.84%
G=32.89%
B=30.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.18
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121009200.110.180.56249.840
Hex70645C0B123818a28
Octal1601441340132270301250
Binary1110000110010010111000101110010111000110001010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70645C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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