#61585A

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

Shades of Don Juan #61585A

Tints of Don Juan #61585A

Color information

#61585A (or 0x61585A) is unknown color: approx Don Juan. HEX triplet: 61, 58 and 5A. RGB value is (97,88,90). Sum of RGB (Red+Green+Blue) = 97+88+90=275 (36% of max value = 765). Red value is 97 (38.28% from 255 or 35.27% from 275); Green value is 88 (34.77% from 255 or 32% from 275); Blue value is 90 (35.55% from 255 or 32.73% from 275); Max value from RGB is 97 - color contains mainly: red. Hex color #61585A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61585A is #9EA7A5. Grayscale: #5A5A5A. Windows color (decimal): -10397606 or 5920865. OLE color: 5920865.

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

Color convert

RGB978890-
CMYK00.090.070.62
HSL346.67º4.86%36.27%-
HSV(B)346.67º9.28%38.04%-
XYZ10.2610.2611.11-
YUV90.92127.48132.34-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 35.27%
GREEN value IS 88 (34.77% from 255) = 32%
BLUE value IS 90 (35.55% from 255) = 32.73%
R=35.27%
G=32%
B=32.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.07
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97889000.090.070.62346.674.8636.27
Hex61585A0973E15b524
Octal141130132011776533544
Binary11000011011000101101001001111111110101011011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61585A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61585A; }

 p { color: rgb(97,88,90); }

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

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

 a { background-color: rgb(97,88,90); }

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

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

 span { border-color: rgb(97,88,90); }

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