#615F5E

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

Shades of Dorado #615F5E

Tints of Dorado #615F5E

Color information

#615F5E (or 0x615F5E) is unknown color: approx Dorado. HEX triplet: 61, 5F and 5E. RGB value is (97,95,94). Sum of RGB (Red+Green+Blue) = 97+95+94=286 (37% of max value = 765). Red value is 97 (38.28% from 255 or 33.92% from 286); Green value is 95 (37.5% from 255 or 33.22% from 286); Blue value is 94 (37.11% from 255 or 32.87% from 286); Max value from RGB is 97 - color contains mainly: red. Hex color #615F5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615F5E is #9EA0A1. Grayscale: #5F5F5F. Windows color (decimal): -10395810 or 6184801. OLE color: 6184801.

HSL color Cylindrical-coordinate representation of color #615F5E: 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 #615F5E is Cyan = 0, Magento = 0.02, Yellow = 0.03 and Black (K on CMYK) = 0.62.

Color convert

RGB979594-
CMYK00.020.030.62
HSL20º1.57%37.45%-
HSV(B)20º3.09%38.04%-
XYZ11.0411.5312.23-
YUV95.48127.16129.08-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 33.92%
GREEN value IS 95 (37.5% from 255) = 33.22%
BLUE value IS 94 (37.11% from 255) = 32.87%
R=33.92%
G=33.22%
B=32.87%

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
Decimal97959400.020.030.62201.5737.45
Hex615F5E0233E14225
Octal1411371360237624245
Binary110000110111111011110010111111101010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615F5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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