Html Css Color HEX #63484A Don Juan

📋 copy color: '#63484A'

red 99 ◦ green 72 ◦ blue 74

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

Shades of Don Juan #63484A

Tints of Don Juan #63484A

RGB

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

 GREEN value IS 72 (28.52% from 255) = 29.39%

 BLUE value IS 74 (29.3% from 255) = 30.2%

R = 40.41%
G = 29.39%
B = 30.2%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.25

 K value IS 0.61

RGB Variations

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

Color information

#63484A (or 0x63484A) is known color: Don Juan. HEX triplet: 63, 48 and 4A. RGB value is (99,72,74). Sum of RGB (Red+Green+Blue) = 99+72+74=245 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.41% from 245); Green value is 72 (28.52% from 255 or 29.39% from 245); Blue value is 74 (29.30% from 255 or 30.20% from 245); Max value from RGB is 99 - color contains mainly: red. Hex color #63484A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63484A is #9CB7B5. Grayscale: #505050. Windows color (decimal): -10270646 or 4868195. OLE color: 4868195.

HSL color Cylindrical-coordinate representation of color #63484A: hue angle of 355.56º degrees, saturation: 0.16, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #63484A is Cyan = 0, Magento = 0.27, Yellow = 0.25 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 72 74 -
CMYK 0 0.27 0.25 0.61
HSL 355.56º 0.16% 0.34% -
HSV(B) 355.56º 0.27% 0.39% -
XYZ 8.7 7.78 7.52 -
YUV 80.3 124.45 141.34 -
System Red Green Blue C M Y K H S L
Decimal 99 72 74 0 0.27 0.25 0.61 355.56 0.16 0.34
Hex 63 48 4A 0 1B 19 3D 164 10 22
Octal 143 110 112 0 33 31 75 544 20 42
Binary 1100011 1001000 1001010 0 11011 11001 111101 101100100 10000 100010

Color Harmonies of #63484A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63484A

Black with #63484A

Text Example


Text Example

White with #63484A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,72,74); }

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

background-color css

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

 a { background-color: rgb(99,72,74); }

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

border-color css

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

 span { border-color: rgb(99,72,74); }

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