Html Css Color HEX #63434B Tawny Port

📋 copy color: '#63434B'

red 99 ◦ green 67 ◦ blue 75

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

Shades of Tawny Port #63434B

Tints of Tawny Port #63434B

RGB

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

 GREEN value IS 67 (26.56% from 255) = 27.8%

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

R = 41.08%
G = 27.8%
B = 31.12%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.24

 K value IS 0.61

RGB Variations

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

Color information

#63434B (or 0x63434B) is known color: Tawny Port. HEX triplet: 63, 43 and 4B. RGB value is (99,67,75). Sum of RGB (Red+Green+Blue) = 99+67+75=241 (31% of max value = 765). Red value is 99 (39.06% from 255 or 41.08% from 241); Green value is 67 (26.56% from 255 or 27.80% from 241); Blue value is 75 (29.69% from 255 or 31.12% from 241); Max value from RGB is 99 - color contains mainly: red. Hex color #63434B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63434B is #9CBCB4. Grayscale: #4D4D4D. Windows color (decimal): -10271925 or 4932451. OLE color: 4932451.

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

Color convert

RGB 99 67 75 -
CMYK 0 0.32 0.24 0.61
HSL 345º 0.19% 0.33% -
HSV(B) 345º 0.32% 0.39% -
XYZ 8.42 7.17 7.6 -
YUV 77.48 126.6 143.35 -
System Red Green Blue C M Y K H S L
Decimal 99 67 75 0 0.32 0.24 0.61 345 0.19 0.33
Hex 63 43 4B 0 20 18 3D 159 13 21
Octal 143 103 113 0 40 30 75 531 23 41
Binary 1100011 1000011 1001011 0 100000 11000 111101 101011001 10011 100001

Color Harmonies of #63434B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63434B

Black with #63434B

Text Example


Text Example

White with #63434B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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