#615055

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

Shades of Don Juan #615055

Tints of Don Juan #615055

Color information

#615055 (or 0x615055) is unknown color: approx Don Juan. HEX triplet: 61, 50 and 55. RGB value is (97,80,85). Sum of RGB (Red+Green+Blue) = 97+80+85=262 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.02% from 262); Green value is 80 (31.64% from 255 or 30.53% from 262); Blue value is 85 (33.59% from 255 or 32.44% from 262); Max value from RGB is 97 - color contains mainly: red. Hex color #615055 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615055 is #9EAFAA. Grayscale: #555555. Windows color (decimal): -10399659 or 5591137. OLE color: 5591137.

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

Color convert

RGB978085-
CMYK00.180.120.62
HSL342.35º9.6%34.71%-
HSV(B)342.35º17.53%38.04%-
XYZ9.448.939.82-
YUV85.65127.63136.09-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 37.02%
GREEN value IS 80 (31.64% from 255) = 30.53%
BLUE value IS 85 (33.59% from 255) = 32.44%
R=37.02%
G=30.53%
B=32.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.12
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97808500.180.120.62342.359.634.71
Hex615055012C3E156a23
Octal14112012502214765261243
Binary11000011010000101010101001011001111101010101101010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #615055; }

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

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

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

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

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

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

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

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