Html Css Color HEX #663342 Tawny Port

📋 copy color: '#663342'

red 102 ◦ green 51 ◦ blue 66

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

Shades of Tawny Port #663342

Tints of Tawny Port #663342

RGB

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

 GREEN value IS 51 (20.31% from 255) = 23.29%

 BLUE value IS 66 (26.17% from 255) = 30.14%

R = 46.58%
G = 23.29%
B = 30.14%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.35

 K value IS 0.6

RGB Variations

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

Color information

#663342 (or 0x663342) is known color: Tawny Port. HEX triplet: 66, 33 and 42. RGB value is (102,51,66). Sum of RGB (Red+Green+Blue) = 102+51+66=219 (29% of max value = 765). Red value is 102 (40.23% from 255 or 46.58% from 219); Green value is 51 (20.31% from 255 or 23.29% from 219); Blue value is 66 (26.17% from 255 or 30.14% from 219); Max value from RGB is 102 - color contains mainly: red. Hex color #663342 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663342 is #99CCBD. Grayscale: #434343. Windows color (decimal): -10079422 or 4338534. OLE color: 4338534.

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

Color convert

RGB 102 51 66 -
CMYK 0 0.5 0.35 0.6
HSL 342.35º 0.33% 0.3% -
HSV(B) 342.35º 0.5% 0.4% -
XYZ 7.65 5.59 5.83 -
YUV 67.96 126.9 152.28 -
System Red Green Blue C M Y K H S L
Decimal 102 51 66 0 0.5 0.35 0.6 342.35 0.33 0.3
Hex 66 33 42 0 32 23 3C 156 21 1E
Octal 146 63 102 0 62 43 74 526 41 36
Binary 1100110 110011 1000010 0 110010 100011 111100 101010110 100001 11110

Color Harmonies of #663342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663342

Black with #663342

Text Example


Text Example

White with #663342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #663342; }

 p { color: rgb(102,51,66); }

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

background-color css

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

 a { background-color: rgb(102,51,66); }

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

border-color css

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

 span { border-color: rgb(102,51,66); }

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