Html Css Color HEX #63404B Tawny Port

📋 copy color: '#63404B'

red 99 ◦ green 64 ◦ blue 75

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

Shades of Tawny Port #63404B

Tints of Tawny Port #63404B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 31.51%

R = 41.6%
G = 26.89%
B = 31.51%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.24

 K value IS 0.61

RGB Variations

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

Color information

#63404B (or 0x63404B) is known color: Tawny Port. HEX triplet: 63, 40 and 4B. RGB value is (99,64,75). Sum of RGB (Red+Green+Blue) = 99+64+75=238 (31% of max value = 765). Red value is 99 (39.06% from 255 or 41.60% from 238); Green value is 64 (25.39% from 255 or 26.89% from 238); Blue value is 75 (29.69% from 255 or 31.51% from 238); Max value from RGB is 99 - color contains mainly: red. Hex color #63404B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63404B is #9CBFB4. Grayscale: #4B4B4B. Windows color (decimal): -10272693 or 4931683. OLE color: 4931683.

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

Color convert

RGB 99 64 75 -
CMYK 0 0.35 0.24 0.61
HSL 341.14º 0.21% 0.32% -
HSV(B) 341.14º 0.35% 0.39% -
XYZ 8.25 6.83 7.54 -
YUV 75.72 127.6 144.61 -
System Red Green Blue C M Y K H S L
Decimal 99 64 75 0 0.35 0.24 0.61 341.14 0.21 0.32
Hex 63 40 4B 0 23 18 3D 155 15 20
Octal 143 100 113 0 43 30 75 525 25 40
Binary 1100011 1000000 1001011 0 100011 11000 111101 101010101 10101 100000

Color Harmonies of #63404B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63404B

Black with #63404B

Text Example


Text Example

White with #63404B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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