#614D53

Color #614D53 Don Juan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Don Juan #614D53

Tints of Don Juan #614D53

Color information

#614D53 (or 0x614D53) is unknown color: approx Don Juan. HEX triplet: 61, 4D and 53. RGB value is (97,77,83). Sum of RGB (Red+Green+Blue) = 97+77+83=257 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.74% from 257); Green value is 77 (30.47% from 255 or 29.96% from 257); Blue value is 83 (32.81% from 255 or 32.30% from 257); Max value from RGB is 97 - color contains mainly: red. Hex color #614D53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #614D53 is #9EB2AC. Grayscale: #535353. Windows color (decimal): -10400429 or 5459297. OLE color: 5459297.

HSL color Cylindrical-coordinate representation of color #614D53: hue angle of 342º degrees, saturation: 0.11, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #614D53 is Cyan = 0, Magento = 0.21, Yellow = 0.14 and Black (K on CMYK) = 0.62.

Color convert

RGB977783-
CMYK00.210.140.62
HSL342º11.49%34.12%-
HSV(B)342º20.62%38.04%-
XYZ9.148.479.34-
YUV83.66127.63137.51-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 37.74%
GREEN value IS 77 (30.47% from 255) = 29.96%
BLUE value IS 83 (32.81% from 255) = 32.30%
R=37.74%
G=29.96%
B=32.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.14
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97778300.210.140.6234211.4934.12
Hex614D53015E3E156b22
Octal14111512302516765261342
Binary11000011001101101001101010111101111101010101101011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614D53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614D53; }

 p { color: rgb(97,77,83); }

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

<style>
 a { background-color: #614D53; }

 a { background-color: rgb(97,77,83); }

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

<style>
 span { border-color: #614D53; }

 span { border-color: rgb(97,77,83); }

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