Html Css Color HEX #615253 Don Juan

📋 copy color: '#615253'

red 97 ◦ green 82 ◦ blue 83

#615253
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Don Juan #615253

Tints of Don Juan #615253

RGB

 RED value IS 97 (38.28% from 255) = 37.02%

 GREEN value IS 82 (32.42% from 255) = 31.3%

 BLUE value IS 83 (32.81% from 255) = 31.68%

R = 37.02%
G = 31.3%
B = 31.68%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.14

 K value IS 0.62

RGB Variations

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

Color information

#615253 (or 0x615253) is known color: 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

RGB 97 82 83 -
CMYK 0 0.15 0.14 0.62
HSL 356º 0.08% 0.35% -
HSV(B) 356º 0.15% 0.38% -
XYZ 9.51 9.2 9.46 -
YUV 86.6 125.97 135.42 -
System Red Green Blue C M Y K H S L
Decimal 97 82 83 0 0.15 0.14 0.62 356 0.08 0.35
Hex 61 52 53 0 F E 3E 164 8 23
Octal 141 122 123 0 17 16 76 544 10 43
Binary 1100001 1010010 1010011 0 1111 1110 111110 101100100 1000 100011

Color Harmonies of #615253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615253

Black with #615253

Text Example


Text Example

White with #615253

Text Example


Text Example

HTML Codes & Css Web 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>