#614D50

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

Shades of Don Juan #614D50

Tints of Don Juan #614D50

Color information

#614D50 (or 0x614D50) is unknown color: approx Don Juan. HEX triplet: 61, 4D and 50. RGB value is (97,77,80). Sum of RGB (Red+Green+Blue) = 97+77+80=254 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.19% from 254); Green value is 77 (30.47% from 255 or 30.31% from 254); Blue value is 80 (31.64% from 255 or 31.50% from 254); Max value from RGB is 97 - color contains mainly: red. Hex color #614D50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #614D50 is #9EB2AF. Grayscale: #535353. Windows color (decimal): -10400432 or 5262689. OLE color: 5262689.

HSL color Cylindrical-coordinate representation of color #614D50: hue angle of 351º 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 #614D50 is Cyan = 0, Magento = 0.21, Yellow = 0.18 and Black (K on CMYK) = 0.62.

Color convert

RGB977780-
CMYK00.210.180.62
HSL351º11.49%34.12%-
HSV(B)351º20.62%38.04%-
XYZ9.038.438.74-
YUV83.32126.13137.76-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 38.19%
GREEN value IS 77 (30.47% from 255) = 30.31%
BLUE value IS 80 (31.64% from 255) = 31.50%
R=38.19%
G=30.31%
B=31.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.18
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97778000.210.180.6235111.4934.12
Hex614D50015123E15fb22
Octal14111512002522765371342
Binary110000110011011010000010101100101111101010111111011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614D50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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