Html Css Color HEX #63575A Don Juan

📋 copy color: '#63575A'

red 99 ◦ green 87 ◦ blue 90

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

Shades of Don Juan #63575A

Tints of Don Juan #63575A

RGB

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

 GREEN value IS 87 (34.38% from 255) = 31.52%

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

R = 35.87%
G = 31.52%
B = 32.61%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.09

 K value IS 0.61

RGB Variations

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

Color information

#63575A (or 0x63575A) is known color: Don Juan. HEX triplet: 63, 57 and 5A. RGB value is (99,87,90). Sum of RGB (Red+Green+Blue) = 99+87+90=276 (36% of max value = 765). Red value is 99 (39.06% from 255 or 35.87% from 276); Green value is 87 (34.38% from 255 or 31.52% from 276); Blue value is 90 (35.55% from 255 or 32.61% from 276); Max value from RGB is 99 - color contains mainly: red. Hex color #63575A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63575A is #9CA8A5. Grayscale: #5A5A5A. Windows color (decimal): -10266790 or 5920611. OLE color: 5920611.

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

Color convert

RGB 99 87 90 -
CMYK 0 0.12 0.09 0.61
HSL 345º 0.06% 0.36% -
HSV(B) 345º 0.12% 0.39% -
XYZ 10.4 10.21 11.09 -
YUV 90.93 127.48 133.76 -
System Red Green Blue C M Y K H S L
Decimal 99 87 90 0 0.12 0.09 0.61 345 0.06 0.36
Hex 63 57 5A 0 C 9 3D 159 6 24
Octal 143 127 132 0 14 11 75 531 6 44
Binary 1100011 1010111 1011010 0 1100 1001 111101 101011001 110 100100

Color Harmonies of #63575A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63575A

Black with #63575A

Text Example


Text Example

White with #63575A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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