Html Css Color HEX #634047 Tawny Port

📋 copy color: '#634047'

red 99 ◦ green 64 ◦ blue 71

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

Shades of Tawny Port #634047

Tints of Tawny Port #634047

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 30.34%

R = 42.31%
G = 27.35%
B = 30.34%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.28

 K value IS 0.61

RGB Variations

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

Color information

#634047 (or 0x634047) is known color: Tawny Port. HEX triplet: 63, 40 and 47. RGB value is (99,64,71). Sum of RGB (Red+Green+Blue) = 99+64+71=234 (30% of max value = 765). Red value is 99 (39.06% from 255 or 42.31% from 234); Green value is 64 (25.39% from 255 or 27.35% from 234); Blue value is 71 (28.12% from 255 or 30.34% from 234); Max value from RGB is 99 - color contains mainly: red. Hex color #634047 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #634047 is #9CBFB8. Grayscale: #4B4B4B. Windows color (decimal): -10272697 or 4669539. OLE color: 4669539.

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

Color convert

RGB 99 64 71 -
CMYK 0 0.35 0.28 0.61
HSL 348º 0.21% 0.32% -
HSV(B) 348º 0.35% 0.39% -
XYZ 8.12 6.77 6.84 -
YUV 75.26 125.6 144.93 -
System Red Green Blue C M Y K H S L
Decimal 99 64 71 0 0.35 0.28 0.61 348 0.21 0.32
Hex 63 40 47 0 23 1C 3D 15C 15 20
Octal 143 100 107 0 43 34 75 534 25 40
Binary 1100011 1000000 1000111 0 100011 11100 111101 101011100 10101 100000

Color Harmonies of #634047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #634047

Black with #634047

Text Example


Text Example

White with #634047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #634047; }

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

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

background-color css

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

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

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

border-color css

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

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

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