#61595B

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

Shades of Don Juan #61595B

Tints of Don Juan #61595B

Color information

#61595B (or 0x61595B) is unknown color: approx Don Juan. HEX triplet: 61, 59 and 5B. RGB value is (97,89,91). Sum of RGB (Red+Green+Blue) = 97+89+91=277 (36% of max value = 765). Red value is 97 (38.28% from 255 or 35.02% from 277); Green value is 89 (35.16% from 255 or 32.13% from 277); Blue value is 91 (35.94% from 255 or 32.85% from 277); Max value from RGB is 97 - color contains mainly: red. Hex color #61595B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61595B is #9EA6A4. Grayscale: #5B5B5B. Windows color (decimal): -10397349 or 5986657. OLE color: 5986657.

HSL color Cylindrical-coordinate representation of color #61595B: hue angle of 345º degrees, saturation: 0.04, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #61595B is Cyan = 0, Magento = 0.08, Yellow = 0.06 and Black (K on CMYK) = 0.62.

Color convert

RGB978991-
CMYK00.080.060.62
HSL345º4.3%36.47%-
HSV(B)345º8.25%38.04%-
XYZ10.3910.4411.37-
YUV91.62127.65131.84-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 35.02%
GREEN value IS 89 (35.16% from 255) = 32.13%
BLUE value IS 91 (35.94% from 255) = 32.85%
R=35.02%
G=32.13%
B=32.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.06
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97899100.080.060.623454.336.47
Hex61595B0863E159424
Octal141131133010676531444
Binary11000011011001101101101000110111110101011001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61595B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61595B; }

 p { color: rgb(97,89,91); }

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

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

 a { background-color: rgb(97,89,91); }

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

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

 span { border-color: rgb(97,89,91); }

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