Html Css Color HEX #615D5B Dorado

📋 copy color: '#615D5B'

red 97 ◦ green 93 ◦ blue 91

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

Shades of Dorado #615D5B

Tints of Dorado #615D5B

RGB

 RED value IS 97 (38.28% from 255) = 34.52%

 GREEN value IS 93 (36.72% from 255) = 33.1%

 BLUE value IS 91 (35.94% from 255) = 32.38%

R = 34.52%
G = 33.1%
B = 32.38%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.06

 K value IS 0.62

RGB Variations

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

Color information

#615D5B (or 0x615D5B) is known color: Dorado. HEX triplet: 61, 5D and 5B. RGB value is (97,93,91). Sum of RGB (Red+Green+Blue) = 97+93+91=281 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.52% from 281); Green value is 93 (36.72% from 255 or 33.10% from 281); Blue value is 91 (35.94% from 255 or 32.38% from 281); Max value from RGB is 97 - color contains mainly: red. Hex color #615D5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615D5B is #9EA2A4. Grayscale: #5D5D5D. Windows color (decimal): -10396325 or 5987681. OLE color: 5987681.

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

Color convert

RGB 97 93 91 -
CMYK 0 0.04 0.06 0.62
HSL 20º 0.03% 0.37% -
HSV(B) 20º 0.06% 0.38% -
XYZ 10.73 11.13 11.48 -
YUV 93.97 126.33 130.16 -
System Red Green Blue C M Y K H S L
Decimal 97 93 91 0 0.04 0.06 0.62 20 0.03 0.37
Hex 61 5D 5B 0 4 6 3E 14 3 25
Octal 141 135 133 0 4 6 76 24 3 45
Binary 1100001 1011101 1011011 0 100 110 111110 10100 11 100101

Color Harmonies of #615D5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615D5B

Black with #615D5B

Text Example


Text Example

White with #615D5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #615D5B;
 }
 .AnyTagClassName
 {
   color: #615D5B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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