#70655F

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

Shades of Dorado #70655F

Tints of Dorado #70655F

Color information

#70655F (or 0x70655F) is unknown color: approx Dorado. HEX triplet: 70, 65 and 5F. RGB value is (112,101,95). Sum of RGB (Red+Green+Blue) = 112+101+95=308 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.36% from 308); Green value is 101 (39.84% from 255 or 32.79% from 308); Blue value is 95 (37.5% from 255 or 30.84% from 308); Max value from RGB is 112 - color contains mainly: red. Hex color #70655F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70655F is #8F9AA0. Grayscale: #676767. Windows color (decimal): -9411233 or 6251888. OLE color: 6251888.

HSL color Cylindrical-coordinate representation of color #70655F: hue angle of 21.18º 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 #70655F is Cyan = 0, Magento = 0.10, Yellow = 0.15 and Black (K on CMYK) = 0.56.

Color convert

RGB11210195-
CMYK00.100.150.56
HSL21.18º8.21%40.59%-
HSV(B)21.18º15.18%43.92%-
XYZ13.413.5812.74-
YUV103.6123.14133.99-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 36.36%
GREEN value IS 101 (39.84% from 255) = 32.79%
BLUE value IS 95 (37.5% from 255) = 30.84%
R=36.36%
G=32.79%
B=30.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.15
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121019500.100.150.5621.188.2140.59
Hex70655F0AF3815829
Octal1601451370121770251051
Binary111000011001011011111010101111111000101011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70655F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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