Html Css Color HEX #63404D Tawny Port

📋 copy color: '#63404D'

red 99 ◦ green 64 ◦ blue 77

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

Shades of Tawny Port #63404D

Tints of Tawny Port #63404D

RGB

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

 GREEN value IS 64 (25.39% from 255) = 26.67%

 BLUE value IS 77 (30.47% from 255) = 32.08%

R = 41.25%
G = 26.67%
B = 32.08%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.22

 K value IS 0.61

RGB Variations

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

Color information

#63404D (or 0x63404D) is known color: Tawny Port. HEX triplet: 63, 40 and 4D. RGB value is (99,64,77). Sum of RGB (Red+Green+Blue) = 99+64+77=240 (31% of max value = 765). Red value is 99 (39.06% from 255 or 41.25% from 240); Green value is 64 (25.39% from 255 or 26.67% from 240); Blue value is 77 (30.47% from 255 or 32.08% from 240); Max value from RGB is 99 - color contains mainly: red. Hex color #63404D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63404D is #9CBFB2. Grayscale: #4B4B4B. Windows color (decimal): -10272691 or 5062755. OLE color: 5062755.

HSL color Cylindrical-coordinate representation of color #63404D: hue angle of 337.71º degrees, saturation: 0.21, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #63404D is Cyan = 0, Magento = 0.35, Yellow = 0.22 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 64 77 -
CMYK 0 0.35 0.22 0.61
HSL 337.71º 0.21% 0.32% -
HSV(B) 337.71º 0.35% 0.39% -
XYZ 8.32 6.86 7.91 -
YUV 75.95 128.6 144.44 -
System Red Green Blue C M Y K H S L
Decimal 99 64 77 0 0.35 0.22 0.61 337.71 0.21 0.32
Hex 63 40 4D 0 23 16 3D 152 15 20
Octal 143 100 115 0 43 26 75 522 25 40
Binary 1100011 1000000 1001101 0 100011 10110 111101 101010010 10101 100000

Color Harmonies of #63404D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63404D

Black with #63404D

Text Example


Text Example

White with #63404D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63404D; }

 p { color: rgb(99,64,77); }

 H1.HeaderClassName
 {
   color: #63404D;
 }
 .AnyTagClassName
 {
   color: #63404D;
 }
</style>

background-color css

<style>
 a { background-color: #63404D; }

 a { background-color: rgb(99,64,77); }

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

border-color css

<style>
 span { border-color: #63404D; }

 span { border-color: rgb(99,64,77); }

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