#70665F

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

Shades of Dorado #70665F

Tints of Dorado #70665F

Color information

#70665F (or 0x70665F) is unknown color: approx Dorado. HEX triplet: 70, 66 and 5F. RGB value is (112,102,95). Sum of RGB (Red+Green+Blue) = 112+102+95=309 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.25% from 309); Green value is 102 (40.23% from 255 or 33.01% from 309); Blue value is 95 (37.5% from 255 or 30.74% from 309); Max value from RGB is 112 - color contains mainly: red. Hex color #70665F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70665F is #8F99A0. Grayscale: #686868. Windows color (decimal): -9410977 or 6252144. OLE color: 6252144.

HSL color Cylindrical-coordinate representation of color #70665F: hue angle of 24.71º degrees, saturation: 0.08, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #70665F is Cyan = 0, Magento = 0.09, Yellow = 0.15 and Black (K on CMYK) = 0.56.

Color convert

RGB11210295-
CMYK00.090.150.56
HSL24.71º8.21%40.59%-
HSV(B)24.71º15.18%43.92%-
XYZ13.513.7712.77-
YUV104.19122.81133.57-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 36.25%
GREEN value IS 102 (40.23% from 255) = 33.01%
BLUE value IS 95 (37.5% from 255) = 30.74%
R=36.25%
G=33.01%
B=30.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.15
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121029500.090.150.5624.718.2140.59
Hex70665F09F3819829
Octal1601461370111770311051
Binary111000011001101011111010011111111000110011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70665F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70665F; }

 p { color: rgb(112,102,95); }

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

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

 a { background-color: rgb(112,102,95); }

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

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

 span { border-color: rgb(112,102,95); }

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