#615253

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

Shades of Don Juan #615253

Tints of Don Juan #615253

Color information

#615253 (or 0x615253) is unknown color: approx Don Juan. HEX triplet: 61, 52 and 53. RGB value is (97,82,83). Sum of RGB (Red+Green+Blue) = 97+82+83=262 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.02% from 262); Green value is 82 (32.42% from 255 or 31.30% from 262); Blue value is 83 (32.81% from 255 or 31.68% from 262); Max value from RGB is 97 - color contains mainly: red. Hex color #615253 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615253 is #9EADAC. Grayscale: #565656. Windows color (decimal): -10399149 or 5460577. OLE color: 5460577.

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

Color convert

RGB978283-
CMYK00.150.140.62
HSL356º8.38%35.1%-
HSV(B)356º15.46%38.04%-
XYZ9.519.29.46-
YUV86.6125.97135.42-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 37.02%
GREEN value IS 82 (32.42% from 255) = 31.30%
BLUE value IS 83 (32.81% from 255) = 31.68%
R=37.02%
G=31.30%
B=31.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.14
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97828300.150.140.623568.3835.1
Hex6152530FE3E164823
Octal14112212301716765441043
Binary1100001101001010100110111111101111101011001001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #615253; }

 p { color: rgb(97,82,83); }

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

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

 a { background-color: rgb(97,82,83); }

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

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

 span { border-color: rgb(97,82,83); }

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