Html Css Color HEX #66384D Tawny Port

📋 copy color: '#66384D'

red 102 ◦ green 56 ◦ blue 77

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

Shades of Tawny Port #66384D

Tints of Tawny Port #66384D

RGB

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

 GREEN value IS 56 (22.27% from 255) = 23.83%

 BLUE value IS 77 (30.47% from 255) = 32.77%

R = 43.4%
G = 23.83%
B = 32.77%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.25

 K value IS 0.6

RGB Variations

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

Color information

#66384D (or 0x66384D) is known color: Tawny Port. HEX triplet: 66, 38 and 4D. RGB value is (102,56,77). Sum of RGB (Red+Green+Blue) = 102+56+77=235 (31% of max value = 765). Red value is 102 (40.23% from 255 or 43.40% from 235); Green value is 56 (22.27% from 255 or 23.83% from 235); Blue value is 77 (30.47% from 255 or 32.77% from 235); Max value from RGB is 102 - color contains mainly: red. Hex color #66384D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66384D is #99C7B2. Grayscale: #484848. Windows color (decimal): -10078131 or 5060710. OLE color: 5060710.

HSL color Cylindrical-coordinate representation of color #66384D: hue angle of 332.61º degrees, saturation: 0.29, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #66384D is Cyan = 0, Magento = 0.45, Yellow = 0.25 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 56 77 -
CMYK 0 0.45 0.25 0.6
HSL 332.61º 0.29% 0.31% -
HSV(B) 332.61º 0.45% 0.4% -
XYZ 8.23 6.19 7.78 -
YUV 72.15 130.74 149.29 -
System Red Green Blue C M Y K H S L
Decimal 102 56 77 0 0.45 0.25 0.6 332.61 0.29 0.31
Hex 66 38 4D 0 2D 19 3C 14D 1D 1F
Octal 146 70 115 0 55 31 74 515 35 37
Binary 1100110 111000 1001101 0 101101 11001 111100 101001101 11101 11111

Color Harmonies of #66384D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66384D

Black with #66384D

Text Example


Text Example

White with #66384D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66384D; }

 p { color: rgb(102,56,77); }

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

background-color css

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

 a { background-color: rgb(102,56,77); }

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

border-color css

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

 span { border-color: rgb(102,56,77); }

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