#605E5D

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

Shades of Dorado #605E5D

Tints of Dorado #605E5D

Color information

#605E5D (or 0x605E5D) is unknown color: approx Dorado. HEX triplet: 60, 5E and 5D. RGB value is (96,94,93). Sum of RGB (Red+Green+Blue) = 96+94+93=283 (37% of max value = 765). Red value is 96 (37.89% from 255 or 33.92% from 283); Green value is 94 (37.11% from 255 or 33.22% from 283); Blue value is 93 (36.72% from 255 or 32.86% from 283); Max value from RGB is 96 - color contains mainly: red. Hex color #605E5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605E5D is #9FA1A2. Grayscale: #5E5E5E. Windows color (decimal): -10461603 or 6119008. OLE color: 6119008.

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

Color convert

RGB969493-
CMYK00.020.030.62
HSL20º1.59%37.06%-
HSV(B)20º3.12%37.65%-
XYZ10.811.2811.96-
YUV94.48127.16129.08-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 33.92%
GREEN value IS 94 (37.11% from 255) = 33.22%
BLUE value IS 93 (36.72% from 255) = 32.86%
R=33.92%
G=33.22%
B=32.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.03
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96949300.020.030.62201.5937.06
Hex605E5D0233E14225
Octal1401361350237624245
Binary110000010111101011101010111111101010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605E5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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