#615E5D

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

Shades of Dorado #615E5D

Tints of Dorado #615E5D

Color information

#615E5D (or 0x615E5D) is unknown color: approx Dorado. HEX triplet: 61, 5E and 5D. RGB value is (97,94,93). Sum of RGB (Red+Green+Blue) = 97+94+93=284 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.15% from 284); Green value is 94 (37.11% from 255 or 33.10% from 284); Blue value is 93 (36.72% from 255 or 32.75% from 284); Max value from RGB is 97 - color contains mainly: red. Hex color #615E5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615E5D is #9EA1A2. Grayscale: #5E5E5E. Windows color (decimal): -10396067 or 6119009. OLE color: 6119009.

HSL color Cylindrical-coordinate representation of color #615E5D: hue angle of 15º degrees, saturation: 0.02, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #615E5D is Cyan = 0, Magento = 0.03, Yellow = 0.04 and Black (K on CMYK) = 0.62.

Color convert

RGB979493-
CMYK00.030.040.62
HSL15º2.11%37.25%-
HSV(B)15º4.12%38.04%-
XYZ10.9111.3411.97-
YUV94.78126.99129.58-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 34.15%
GREEN value IS 94 (37.11% from 255) = 33.10%
BLUE value IS 93 (36.72% from 255) = 32.75%
R=34.15%
G=33.10%
B=32.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.04
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97949300.030.040.62152.1137.25
Hex615E5D0343Ef225
Octal1411361350347617245
Binary110000110111101011101011100111110111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615E5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #615E5D; }

 p { color: rgb(97,94,93); }

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

<style>
 a { background-color: #615E5D; }

 a { background-color: rgb(97,94,93); }

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

<style>
 span { border-color: #615E5D; }

 span { border-color: rgb(97,94,93); }

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