Html Css Color HEX #66364C Tawny Port

📋 copy color: '#66364C'

red 102 ◦ green 54 ◦ blue 76

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

Shades of Tawny Port #66364C

Tints of Tawny Port #66364C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 32.76%

R = 43.97%
G = 23.28%
B = 32.76%

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

#66364C (or 0x66364C) is known color: Tawny Port. HEX triplet: 66, 36 and 4C. RGB value is (102,54,76). Sum of RGB (Red+Green+Blue) = 102+54+76=232 (30% of max value = 765). Red value is 102 (40.23% from 255 or 43.97% from 232); Green value is 54 (21.48% from 255 or 23.28% from 232); Blue value is 76 (30.08% from 255 or 32.76% from 232); Max value from RGB is 102 - color contains mainly: red. Hex color #66364C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66364C is #99C9B3. Grayscale: #464646. Windows color (decimal): -10078644 or 4994662. OLE color: 4994662.

HSL color Cylindrical-coordinate representation of color #66364C: hue angle of 332.5º 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 #66364C is Cyan = 0, Magento = 0.47, Yellow = 0.25 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 54 76 -
CMYK 0 0.47 0.25 0.6
HSL 332.5º 0.31% 0.31% -
HSV(B) 332.5º 0.47% 0.4% -
XYZ 8.1 5.98 7.57 -
YUV 70.86 130.9 150.21 -
System Red Green Blue C M Y K H S L
Decimal 102 54 76 0 0.47 0.25 0.6 332.5 0.31 0.31
Hex 66 36 4C 0 2F 19 3C 14C 1F 1F
Octal 146 66 114 0 57 31 74 514 37 37
Binary 1100110 110110 1001100 0 101111 11001 111100 101001100 11111 11111

Color Harmonies of #66364C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66364C

Black with #66364C

Text Example


Text Example

White with #66364C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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