#615556

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

Shades of Don Juan #615556

Tints of Don Juan #615556

Color information

#615556 (or 0x615556) is unknown color: approx Don Juan. HEX triplet: 61, 55 and 56. RGB value is (97,85,86). Sum of RGB (Red+Green+Blue) = 97+85+86=268 (35% of max value = 765). Red value is 97 (38.28% from 255 or 36.19% from 268); Green value is 85 (33.59% from 255 or 31.72% from 268); Blue value is 86 (33.98% from 255 or 32.09% from 268); Max value from RGB is 97 - color contains mainly: red. Hex color #615556 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615556 is #9EAAA9. Grayscale: #585858. Windows color (decimal): -10398378 or 5657953. OLE color: 5657953.

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

Color convert

RGB978586-
CMYK00.120.110.62
HSL355º6.59%35.69%-
HSV(B)355º12.37%38.04%-
XYZ9.869.7110.16-
YUV88.7126.48133.92-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 36.19%
GREEN value IS 85 (33.59% from 255) = 31.72%
BLUE value IS 86 (33.98% from 255) = 32.09%
R=36.19%
G=31.72%
B=32.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.11
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97858600.120.110.623556.5935.69
Hex6155560CB3E163724
Octal1411251260141376543744
Binary110000110101011010110011001011111110101100011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #615556; }

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

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

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

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

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

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

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

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