Html Css Color HEX #63424C Tawny Port

📋 copy color: '#63424C'

red 99 ◦ green 66 ◦ blue 76

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

Shades of Tawny Port #63424C

Tints of Tawny Port #63424C

RGB

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

 GREEN value IS 66 (26.17% from 255) = 27.39%

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

R = 41.08%
G = 27.39%
B = 31.54%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.23

 K value IS 0.61

RGB Variations

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

Color information

#63424C (or 0x63424C) is known color: Tawny Port. HEX triplet: 63, 42 and 4C. RGB value is (99,66,76). Sum of RGB (Red+Green+Blue) = 99+66+76=241 (31% of max value = 765). Red value is 99 (39.06% from 255 or 41.08% from 241); Green value is 66 (26.17% from 255 or 27.39% from 241); Blue value is 76 (30.08% from 255 or 31.54% from 241); Max value from RGB is 99 - color contains mainly: red. Hex color #63424C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63424C is #9CBDB3. Grayscale: #4D4D4D. Windows color (decimal): -10272180 or 4997731. OLE color: 4997731.

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

Color convert

RGB 99 66 76 -
CMYK 0 0.33 0.23 0.61
HSL 341.82º 0.2% 0.32% -
HSV(B) 341.82º 0.33% 0.39% -
XYZ 8.4 7.07 7.76 -
YUV 77.01 127.43 143.69 -
System Red Green Blue C M Y K H S L
Decimal 99 66 76 0 0.33 0.23 0.61 341.82 0.2 0.32
Hex 63 42 4C 0 21 17 3D 156 14 20
Octal 143 102 114 0 41 27 75 526 24 40
Binary 1100011 1000010 1001100 0 100001 10111 111101 101010110 10100 100000

Color Harmonies of #63424C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63424C

Black with #63424C

Text Example


Text Example

White with #63424C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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