Html Css Color HEX #63414C Tawny Port

📋 copy color: '#63414C'

red 99 ◦ green 65 ◦ blue 76

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

Shades of Tawny Port #63414C

Tints of Tawny Port #63414C

RGB

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

 GREEN value IS 65 (25.78% from 255) = 27.08%

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

R = 41.25%
G = 27.08%
B = 31.67%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.23

 K value IS 0.61

RGB Variations

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

Color information

#63414C (or 0x63414C) is known color: Tawny Port. HEX triplet: 63, 41 and 4C. RGB value is (99,65,76). Sum of RGB (Red+Green+Blue) = 99+65+76=240 (31% of max value = 765). Red value is 99 (39.06% from 255 or 41.25% from 240); Green value is 65 (25.78% from 255 or 27.08% from 240); Blue value is 76 (30.08% from 255 or 31.67% from 240); Max value from RGB is 99 - color contains mainly: red. Hex color #63414C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63414C is #9CBEB3. Grayscale: #4C4C4C. Windows color (decimal): -10272436 or 4997475. OLE color: 4997475.

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

Color convert

RGB 99 65 76 -
CMYK 0 0.34 0.23 0.61
HSL 340.59º 0.21% 0.32% -
HSV(B) 340.59º 0.34% 0.39% -
XYZ 8.34 6.96 7.74 -
YUV 76.42 127.76 144.11 -
System Red Green Blue C M Y K H S L
Decimal 99 65 76 0 0.34 0.23 0.61 340.59 0.21 0.32
Hex 63 41 4C 0 22 17 3D 155 15 20
Octal 143 101 114 0 42 27 75 525 25 40
Binary 1100011 1000001 1001100 0 100010 10111 111101 101010101 10101 100000

Color Harmonies of #63414C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63414C

Black with #63414C

Text Example


Text Example

White with #63414C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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