Html Css Color HEX #66374D Tawny Port

📋 copy color: '#66374D'

red 102 ◦ green 55 ◦ blue 77

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

Shades of Tawny Port #66374D

Tints of Tawny Port #66374D

RGB

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

 GREEN value IS 55 (21.88% from 255) = 23.5%

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

R = 43.59%
G = 23.5%
B = 32.91%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.25

 K value IS 0.6

RGB Variations

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

Color information

#66374D (or 0x66374D) is known color: Tawny Port. HEX triplet: 66, 37 and 4D. RGB value is (102,55,77). Sum of RGB (Red+Green+Blue) = 102+55+77=234 (30% of max value = 765). Red value is 102 (40.23% from 255 or 43.59% from 234); Green value is 55 (21.88% from 255 or 23.50% from 234); Blue value is 77 (30.47% from 255 or 32.91% from 234); Max value from RGB is 102 - color contains mainly: red. Hex color #66374D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66374D is #99C8B2. Grayscale: #474747. Windows color (decimal): -10078387 or 5060454. OLE color: 5060454.

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

Color convert

RGB 102 55 77 -
CMYK 0 0.46 0.25 0.6
HSL 331.91º 0.3% 0.31% -
HSV(B) 331.91º 0.46% 0.4% -
XYZ 8.19 6.09 7.77 -
YUV 71.56 131.07 149.71 -
System Red Green Blue C M Y K H S L
Decimal 102 55 77 0 0.46 0.25 0.6 331.91 0.3 0.31
Hex 66 37 4D 0 2E 19 3C 14C 1E 1F
Octal 146 67 115 0 56 31 74 514 36 37
Binary 1100110 110111 1001101 0 101110 11001 111100 101001100 11110 11111

Color Harmonies of #66374D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66374D

Black with #66374D

Text Example


Text Example

White with #66374D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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