#70635C

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

Shades of Dorado #70635C

Tints of Dorado #70635C

Color information

#70635C (or 0x70635C) is unknown color: approx Dorado. HEX triplet: 70, 63 and 5C. RGB value is (112,99,92). Sum of RGB (Red+Green+Blue) = 112+99+92=303 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.96% from 303); Green value is 99 (39.06% from 255 or 32.67% from 303); Blue value is 92 (36.33% from 255 or 30.36% from 303); Max value from RGB is 112 - color contains mainly: red. Hex color #70635C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70635C is #8F9CA3. Grayscale: #666666. Windows color (decimal): -9411748 or 6054768. OLE color: 6054768.

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

Color convert

RGB1129992-
CMYK00.120.180.56
HSL21º9.8%40%-
HSV(B)21º17.86%43.92%-
XYZ13.0813.1411.97-
YUV102.09122.31135.07-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 36.96%
GREEN value IS 99 (39.06% from 255) = 32.67%
BLUE value IS 92 (36.33% from 255) = 30.36%
R=36.96%
G=32.67%
B=30.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.18
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112999200.120.180.56219.840
Hex70635C0C123815a28
Octal1601431340142270251250
Binary1110000110001110111000110010010111000101011010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70635C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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