Html Css Color HEX #634046 Tawny Port

📋 copy color: '#634046'

red 99 ◦ green 64 ◦ blue 70

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

Shades of Tawny Port #634046

Tints of Tawny Port #634046

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 30.04%

R = 42.49%
G = 27.47%
B = 30.04%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.29

 K value IS 0.61

RGB Variations

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

Color information

#634046 (or 0x634046) is known color: Tawny Port. HEX triplet: 63, 40 and 46. RGB value is (99,64,70). Sum of RGB (Red+Green+Blue) = 99+64+70=233 (30% of max value = 765). Red value is 99 (39.06% from 255 or 42.49% from 233); Green value is 64 (25.39% from 255 or 27.47% from 233); Blue value is 70 (27.73% from 255 or 30.04% from 233); Max value from RGB is 99 - color contains mainly: red. Hex color #634046 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #634046 is #9CBFB9. Grayscale: #4B4B4B. Windows color (decimal): -10272698 or 4604003. OLE color: 4604003.

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

Color convert

RGB 99 64 70 -
CMYK 0 0.35 0.29 0.61
HSL 349.71º 0.21% 0.32% -
HSV(B) 349.71º 0.35% 0.39% -
XYZ 8.08 6.76 6.67 -
YUV 75.15 125.1 145.01 -
System Red Green Blue C M Y K H S L
Decimal 99 64 70 0 0.35 0.29 0.61 349.71 0.21 0.32
Hex 63 40 46 0 23 1D 3D 15E 15 20
Octal 143 100 106 0 43 35 75 536 25 40
Binary 1100011 1000000 1000110 0 100011 11101 111101 101011110 10101 100000

Color Harmonies of #634046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #634046

Black with #634046

Text Example


Text Example

White with #634046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #634046; }

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

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

background-color css

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

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

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

border-color css

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

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

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