#614C4D

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

Shades of Don Juan #614C4D

Tints of Don Juan #614C4D

Color information

#614C4D (or 0x614C4D) is unknown color: approx Don Juan. HEX triplet: 61, 4C and 4D. RGB value is (97,76,77). Sum of RGB (Red+Green+Blue) = 97+76+77=250 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.8% from 250); Green value is 76 (30.08% from 255 or 30.4% from 250); Blue value is 77 (30.47% from 255 or 30.8% from 250); Max value from RGB is 97 - color contains mainly: red. Hex color #614C4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614C4D is #9EB3B2. Grayscale: #525252. Windows color (decimal): -10400691 or 5065825. OLE color: 5065825.

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

Color convert

RGB977677-
CMYK00.220.210.62
HSL357.14º12.14%33.92%-
HSV(B)357.14º21.65%38.04%-
XYZ8.858.258.15-
YUV82.39124.96138.42-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 38.8%
GREEN value IS 76 (30.08% from 255) = 30.4%
BLUE value IS 77 (30.47% from 255) = 30.8%
R=38.8%
G=30.4%
B=30.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.21
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97767700.220.210.62357.1412.1433.92
Hex614C4D016153E165c22
Octal14111411502625765451442
Binary110000110011001001101010110101011111101011001011100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614C4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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