#614950

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

Shades of Don Juan #614950

Tints of Don Juan #614950

Color information

#614950 (or 0x614950) is unknown color: approx Don Juan. HEX triplet: 61, 49 and 50. RGB value is (97,73,80). Sum of RGB (Red+Green+Blue) = 97+73+80=250 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.8% from 250); Green value is 73 (28.91% from 255 or 29.2% from 250); Blue value is 80 (31.64% from 255 or 32% from 250); Max value from RGB is 97 - color contains mainly: red. Hex color #614950 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614950 is #9EB6AF. Grayscale: #505050. Windows color (decimal): -10401456 or 5261665. OLE color: 5261665.

HSL color Cylindrical-coordinate representation of color #614950: hue angle of 342.5º degrees, saturation: 0.14, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #614950 is Cyan = 0, Magento = 0.25, Yellow = 0.18 and Black (K on CMYK) = 0.62.

Color convert

RGB977380-
CMYK00.250.180.62
HSL342.5º14.12%33.33%-
HSV(B)342.5º24.74%38.04%-
XYZ8.767.898.65-
YUV80.97127.45139.43-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 38.8%
GREEN value IS 73 (28.91% from 255) = 29.2%
BLUE value IS 80 (31.64% from 255) = 32%
R=38.8%
G=29.2%
B=32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.18
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97738000.250.180.62342.514.1233.33
Hex614950019123E156e21
Octal14111112003122765261641
Binary110000110010011010000011001100101111101010101101110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614950; }

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

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

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

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

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

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

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

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