#614E53

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

Shades of Don Juan #614E53

Tints of Don Juan #614E53

Color information

#614E53 (or 0x614E53) is unknown color: approx Don Juan. HEX triplet: 61, 4E and 53. RGB value is (97,78,83). Sum of RGB (Red+Green+Blue) = 97+78+83=258 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.60% from 258); Green value is 78 (30.86% from 255 or 30.23% from 258); Blue value is 83 (32.81% from 255 or 32.17% from 258); Max value from RGB is 97 - color contains mainly: red. Hex color #614E53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #614E53 is #9EB1AC. Grayscale: #545454. Windows color (decimal): -10400173 or 5459553. OLE color: 5459553.

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

Color convert

RGB977883-
CMYK00.200.140.62
HSL344.21º10.86%34.31%-
HSV(B)344.21º19.59%38.04%-
XYZ9.228.619.36-
YUV84.25127.29137.09-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 37.60%
GREEN value IS 78 (30.86% from 255) = 30.23%
BLUE value IS 83 (32.81% from 255) = 32.17%
R=37.60%
G=30.23%
B=32.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.14
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97788300.200.140.62344.2110.8634.31
Hex614E53014E3E158b22
Octal14111612302416765301342
Binary11000011001110101001101010011101111101010110001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614E53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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