Html Css Color HEX #663250 Tawny Port

📋 copy color: '#663250'

red 102 ◦ green 50 ◦ blue 80

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

Shades of Tawny Port #663250

Tints of Tawny Port #663250

RGB

 RED value IS 102 (40.23% from 255) = 43.97%

 GREEN value IS 50 (19.92% from 255) = 21.55%

 BLUE value IS 80 (31.64% from 255) = 34.48%

R = 43.97%
G = 21.55%
B = 34.48%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.22

 K value IS 0.6

RGB Variations

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

Color information

#663250 (or 0x663250) is known color: Tawny Port. HEX triplet: 66, 32 and 50. RGB value is (102,50,80). Sum of RGB (Red+Green+Blue) = 102+50+80=232 (30% of max value = 765). Red value is 102 (40.23% from 255 or 43.97% from 232); Green value is 50 (19.92% from 255 or 21.55% from 232); Blue value is 80 (31.64% from 255 or 34.48% from 232); Max value from RGB is 102 - color contains mainly: red. Hex color #663250 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #663250 is #99CDAF. Grayscale: #444444. Windows color (decimal): -10079664 or 5255782. OLE color: 5255782.

HSL color Cylindrical-coordinate representation of color #663250: hue angle of 325.38º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #663250 is Cyan = 0, Magento = 0.51, Yellow = 0.22 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 50 80 -
CMYK 0 0.51 0.22 0.6
HSL 325.38º 0.34% 0.3% -
HSV(B) 325.38º 0.51% 0.4% -
XYZ 8.07 5.69 8.26 -
YUV 68.97 134.23 151.56 -
System Red Green Blue C M Y K H S L
Decimal 102 50 80 0 0.51 0.22 0.6 325.38 0.34 0.3
Hex 66 32 50 0 33 16 3C 145 22 1E
Octal 146 62 120 0 63 26 74 505 42 36
Binary 1100110 110010 1010000 0 110011 10110 111100 101000101 100010 11110

Color Harmonies of #663250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663250

Black with #663250

Text Example


Text Example

White with #663250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #663250; }

 p { color: rgb(102,50,80); }

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

background-color css

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

 a { background-color: rgb(102,50,80); }

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

border-color css

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

 span { border-color: rgb(102,50,80); }

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