Html Css Color HEX #63565A Don Juan

📋 copy color: '#63565A'

red 99 ◦ green 86 ◦ blue 90

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

Shades of Don Juan #63565A

Tints of Don Juan #63565A

RGB

 RED value IS 99 (39.06% from 255) = 36%

 GREEN value IS 86 (33.98% from 255) = 31.27%

 BLUE value IS 90 (35.55% from 255) = 32.73%

R = 36%
G = 31.27%
B = 32.73%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.09

 K value IS 0.61

RGB Variations

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

Color information

#63565A (or 0x63565A) is known color: Don Juan. HEX triplet: 63, 56 and 5A. RGB value is (99,86,90). Sum of RGB (Red+Green+Blue) = 99+86+90=275 (36% of max value = 765). Red value is 99 (39.06% from 255 or 36% from 275); Green value is 86 (33.98% from 255 or 31.27% from 275); Blue value is 90 (35.55% from 255 or 32.73% from 275); Max value from RGB is 99 - color contains mainly: red. Hex color #63565A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63565A is #9CA9A5. Grayscale: #5A5A5A. Windows color (decimal): -10267046 or 5920355. OLE color: 5920355.

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

Color convert

RGB 99 86 90 -
CMYK 0 0.13 0.09 0.61
HSL 341.54º 0.07% 0.36% -
HSV(B) 341.54º 0.13% 0.39% -
XYZ 10.32 10.05 11.07 -
YUV 90.34 127.81 134.17 -
System Red Green Blue C M Y K H S L
Decimal 99 86 90 0 0.13 0.09 0.61 341.54 0.07 0.36
Hex 63 56 5A 0 D 9 3D 156 7 24
Octal 143 126 132 0 15 11 75 526 7 44
Binary 1100011 1010110 1011010 0 1101 1001 111101 101010110 111 100100

Color Harmonies of #63565A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63565A

Black with #63565A

Text Example


Text Example

White with #63565A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,86,90); }

 H1.HeaderClassName
 {
   color: #63565A;
 }
 .AnyTagClassName
 {
   color: #63565A;
 }
</style>

background-color css

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

 a { background-color: rgb(99,86,90); }

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

border-color css

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

 span { border-color: rgb(99,86,90); }

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