Html Css Color HEX #63424B Tawny Port

📋 copy color: '#63424B'

red 99 ◦ green 66 ◦ blue 75

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

Shades of Tawny Port #63424B

Tints of Tawny Port #63424B

RGB

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

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

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

R = 41.25%
G = 27.5%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.24

 K value IS 0.61

RGB Variations

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

Color information

#63424B (or 0x63424B) is known color: Tawny Port. HEX triplet: 63, 42 and 4B. RGB value is (99,66,75). Sum of RGB (Red+Green+Blue) = 99+66+75=240 (31% of max value = 765). Red value is 99 (39.06% from 255 or 41.25% from 240); Green value is 66 (26.17% from 255 or 27.5% from 240); Blue value is 75 (29.69% from 255 or 31.25% from 240); Max value from RGB is 99 - color contains mainly: red. Hex color #63424B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63424B is #9CBDB4. Grayscale: #4C4C4C. Windows color (decimal): -10272181 or 4932195. OLE color: 4932195.

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

Color convert

RGB 99 66 75 -
CMYK 0 0.33 0.24 0.61
HSL 343.64º 0.2% 0.32% -
HSV(B) 343.64º 0.33% 0.39% -
XYZ 8.36 7.06 7.58 -
YUV 76.89 126.93 143.77 -
System Red Green Blue C M Y K H S L
Decimal 99 66 75 0 0.33 0.24 0.61 343.64 0.2 0.32
Hex 63 42 4B 0 21 18 3D 158 14 20
Octal 143 102 113 0 41 30 75 530 24 40
Binary 1100011 1000010 1001011 0 100001 11000 111101 101011000 10100 100000

Color Harmonies of #63424B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63424B

Black with #63424B

Text Example


Text Example

White with #63424B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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