Html Css Color HEX #663D4B Tawny Port

📋 copy color: '#663D4B'

red 102 ◦ green 61 ◦ blue 75

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

Shades of Tawny Port #663D4B

Tints of Tawny Port #663D4B

RGB

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

 GREEN value IS 61 (24.22% from 255) = 25.63%

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

R = 42.86%
G = 25.63%
B = 31.51%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.26

 K value IS 0.6

RGB Variations

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

Color information

#663D4B (or 0x663D4B) is known color: Tawny Port. HEX triplet: 66, 3D and 4B. RGB value is (102,61,75). Sum of RGB (Red+Green+Blue) = 102+61+75=238 (31% of max value = 765). Red value is 102 (40.23% from 255 or 42.86% from 238); Green value is 61 (24.22% from 255 or 25.63% from 238); Blue value is 75 (29.69% from 255 or 31.51% from 238); Max value from RGB is 102 - color contains mainly: red. Hex color #663D4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663D4B is #99C2B4. Grayscale: #4A4A4A. Windows color (decimal): -10076853 or 4930918. OLE color: 4930918.

HSL color Cylindrical-coordinate representation of color #663D4B: hue angle of 339.51º degrees, saturation: 0.25, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #663D4B is Cyan = 0, Magento = 0.40, Yellow = 0.26 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 61 75 -
CMYK 0 0.40 0.26 0.6
HSL 339.51º 0.25% 0.32% -
HSV(B) 339.51º 0.4% 0.4% -
XYZ 8.42 6.67 7.5 -
YUV 74.86 128.08 147.36 -
System Red Green Blue C M Y K H S L
Decimal 102 61 75 0 0.40 0.26 0.6 339.51 0.25 0.32
Hex 66 3D 4B 0 28 1A 3C 154 19 20
Octal 146 75 113 0 50 32 74 524 31 40
Binary 1100110 111101 1001011 0 101000 11010 111100 101010100 11001 100000

Color Harmonies of #663D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663D4B

Black with #663D4B

Text Example


Text Example

White with #663D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #663D4B; }

 p { color: rgb(102,61,75); }

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

background-color css

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

 a { background-color: rgb(102,61,75); }

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

border-color css

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

 span { border-color: rgb(102,61,75); }

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