Html Css Color HEX #66364D Tawny Port

📋 copy color: '#66364D'

red 102 ◦ green 54 ◦ blue 77

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

Shades of Tawny Port #66364D

Tints of Tawny Port #66364D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 23.18%

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

R = 43.78%
G = 23.18%
B = 33.05%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.25

 K value IS 0.6

RGB Variations

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

Color information

#66364D (or 0x66364D) is known color: Tawny Port. HEX triplet: 66, 36 and 4D. RGB value is (102,54,77). Sum of RGB (Red+Green+Blue) = 102+54+77=233 (30% of max value = 765). Red value is 102 (40.23% from 255 or 43.78% from 233); Green value is 54 (21.48% from 255 or 23.18% from 233); Blue value is 77 (30.47% from 255 or 33.05% from 233); Max value from RGB is 102 - color contains mainly: red. Hex color #66364D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66364D is #99C9B2. Grayscale: #464646. Windows color (decimal): -10078643 or 5060198. OLE color: 5060198.

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

Color convert

RGB 102 54 77 -
CMYK 0 0.47 0.25 0.6
HSL 331.25º 0.31% 0.31% -
HSV(B) 331.25º 0.47% 0.4% -
XYZ 8.14 6 7.75 -
YUV 70.97 131.4 150.13 -
System Red Green Blue C M Y K H S L
Decimal 102 54 77 0 0.47 0.25 0.6 331.25 0.31 0.31
Hex 66 36 4D 0 2F 19 3C 14B 1F 1F
Octal 146 66 115 0 57 31 74 513 37 37
Binary 1100110 110110 1001101 0 101111 11001 111100 101001011 11111 11111

Color Harmonies of #66364D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66364D

Black with #66364D

Text Example


Text Example

White with #66364D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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