Html Css Color HEX #63474E Don Juan

📋 copy color: '#63474E'

red 99 ◦ green 71 ◦ blue 78

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

Shades of Don Juan #63474E

Tints of Don Juan #63474E

RGB

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

 GREEN value IS 71 (28.13% from 255) = 28.63%

 BLUE value IS 78 (30.86% from 255) = 31.45%

R = 39.92%
G = 28.63%
B = 31.45%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.21

 K value IS 0.61

RGB Variations

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

Color information

#63474E (or 0x63474E) is known color: Don Juan. HEX triplet: 63, 47 and 4E. RGB value is (99,71,78). Sum of RGB (Red+Green+Blue) = 99+71+78=248 (32% of max value = 765). Red value is 99 (39.06% from 255 or 39.92% from 248); Green value is 71 (28.12% from 255 or 28.63% from 248); Blue value is 78 (30.86% from 255 or 31.45% from 248); Max value from RGB is 99 - color contains mainly: red. Hex color #63474E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63474E is #9CB8B1. Grayscale: #505050. Windows color (decimal): -10270898 or 5130083. OLE color: 5130083.

HSL color Cylindrical-coordinate representation of color #63474E: hue angle of 345º degrees, saturation: 0.16, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #63474E is Cyan = 0, Magento = 0.28, Yellow = 0.21 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 71 78 -
CMYK 0 0.28 0.21 0.61
HSL 345º 0.16% 0.33% -
HSV(B) 345º 0.28% 0.39% -
XYZ 8.77 7.71 8.23 -
YUV 80.17 126.78 141.43 -
System Red Green Blue C M Y K H S L
Decimal 99 71 78 0 0.28 0.21 0.61 345 0.16 0.33
Hex 63 47 4E 0 1C 15 3D 159 10 21
Octal 143 107 116 0 34 25 75 531 20 41
Binary 1100011 1000111 1001110 0 11100 10101 111101 101011001 10000 100001

Color Harmonies of #63474E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63474E

Black with #63474E

Text Example


Text Example

White with #63474E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63474E; }

 p { color: rgb(99,71,78); }

 H1.HeaderClassName
 {
   color: #63474E;
 }
 .AnyTagClassName
 {
   color: #63474E;
 }
</style>

background-color css

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

 a { background-color: rgb(99,71,78); }

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

border-color css

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

 span { border-color: rgb(99,71,78); }

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