Html Css Color HEX #615F5E Dorado

📋 copy color: '#615F5E'

red 97 ◦ green 95 ◦ blue 94

#615F5E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dorado #615F5E

Tints of Dorado #615F5E

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 value IS 0

 M value IS 0.02

 Y value IS 0.03

 K value IS 0.62

RGB Variations

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

Color information

#615F5E (or 0x615F5E) is known color: 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

RGB 97 95 94 -
CMYK 0 0.02 0.03 0.62
HSL 20º 0.02% 0.37% -
HSV(B) 20º 0.03% 0.38% -
XYZ 11.04 11.53 12.23 -
YUV 95.48 127.16 129.08 -
System Red Green Blue C M Y K H S L
Decimal 97 95 94 0 0.02 0.03 0.62 20 0.02 0.37
Hex 61 5F 5E 0 2 3 3E 14 2 25
Octal 141 137 136 0 2 3 76 24 2 45
Binary 1100001 1011111 1011110 0 10 11 111110 10100 10 100101

Color Harmonies of #615F5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615F5E

Black with #615F5E

Text Example


Text Example

White with #615F5E

Text Example


Text Example

HTML Codes & Css Web 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>