#615455

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

Shades of Don Juan #615455

Tints of Don Juan #615455

Color information

#615455 (or 0x615455) is unknown color: approx Don Juan. HEX triplet: 61, 54 and 55. RGB value is (97,84,85). Sum of RGB (Red+Green+Blue) = 97+84+85=266 (35% of max value = 765). Red value is 97 (38.28% from 255 or 36.47% from 266); Green value is 84 (33.20% from 255 or 31.58% from 266); Blue value is 85 (33.59% from 255 or 31.95% from 266); Max value from RGB is 97 - color contains mainly: red. Hex color #615455 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615455 is #9EABAA. Grayscale: #585858. Windows color (decimal): -10398635 or 5592161. OLE color: 5592161.

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

Color convert

RGB978485-
CMYK00.130.120.62
HSL355.38º7.18%35.49%-
HSV(B)355.38º13.4%38.04%-
XYZ9.749.549.92-
YUV88126.31134.42-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 36.47%
GREEN value IS 84 (33.20% from 255) = 31.58%
BLUE value IS 85 (33.59% from 255) = 31.95%
R=36.47%
G=31.58%
B=31.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.12
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97848500.130.120.62355.387.1835.49
Hex6154550DC3E163723
Octal1411241250151476543743
Binary110000110101001010101011011100111110101100011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #615455; }

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

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

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

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

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

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

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

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