Html Css Color HEX #63404C Tawny Port

📋 copy color: '#63404C'

red 99 ◦ green 64 ◦ blue 76

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

Shades of Tawny Port #63404C

Tints of Tawny Port #63404C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 31.8%

R = 41.42%
G = 26.78%
B = 31.8%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.23

 K value IS 0.61

RGB Variations

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

Color information

#63404C (or 0x63404C) is known color: Tawny Port. HEX triplet: 63, 40 and 4C. RGB value is (99,64,76). Sum of RGB (Red+Green+Blue) = 99+64+76=239 (31% of max value = 765). Red value is 99 (39.06% from 255 or 41.42% from 239); Green value is 64 (25.39% from 255 or 26.78% from 239); Blue value is 76 (30.08% from 255 or 31.80% from 239); Max value from RGB is 99 - color contains mainly: red. Hex color #63404C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63404C is #9CBFB3. Grayscale: #4B4B4B. Windows color (decimal): -10272692 or 4997219. OLE color: 4997219.

HSL color Cylindrical-coordinate representation of color #63404C: hue angle of 339.43º 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 #63404C is Cyan = 0, Magento = 0.35, Yellow = 0.23 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 64 76 -
CMYK 0 0.35 0.23 0.61
HSL 339.43º 0.21% 0.32% -
HSV(B) 339.43º 0.35% 0.39% -
XYZ 8.28 6.84 7.72 -
YUV 75.83 128.1 144.52 -
System Red Green Blue C M Y K H S L
Decimal 99 64 76 0 0.35 0.23 0.61 339.43 0.21 0.32
Hex 63 40 4C 0 23 17 3D 153 15 20
Octal 143 100 114 0 43 27 75 523 25 40
Binary 1100011 1000000 1001100 0 100011 10111 111101 101010011 10101 100000

Color Harmonies of #63404C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63404C

Black with #63404C

Text Example


Text Example

White with #63404C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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