Html Css Color HEX #66384B Tawny Port

📋 copy color: '#66384B'

red 102 ◦ green 56 ◦ blue 75

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

Shades of Tawny Port #66384B

Tints of Tawny Port #66384B

RGB

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

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

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

R = 43.78%
G = 24.03%
B = 32.19%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.26

 K value IS 0.6

RGB Variations

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

Color information

#66384B (or 0x66384B) is known color: Tawny Port. HEX triplet: 66, 38 and 4B. RGB value is (102,56,75). Sum of RGB (Red+Green+Blue) = 102+56+75=233 (30% of max value = 765). Red value is 102 (40.23% from 255 or 43.78% from 233); Green value is 56 (22.27% from 255 or 24.03% from 233); Blue value is 75 (29.69% from 255 or 32.19% from 233); Max value from RGB is 102 - color contains mainly: red. Hex color #66384B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66384B is #99C7B4. Grayscale: #474747. Windows color (decimal): -10078133 or 4929638. OLE color: 4929638.

HSL color Cylindrical-coordinate representation of color #66384B: hue angle of 335.22º 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 #66384B is Cyan = 0, Magento = 0.45, Yellow = 0.26 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 56 75 -
CMYK 0 0.45 0.26 0.6
HSL 335.22º 0.29% 0.31% -
HSV(B) 335.22º 0.45% 0.4% -
XYZ 8.16 6.16 7.42 -
YUV 71.92 129.74 149.46 -
System Red Green Blue C M Y K H S L
Decimal 102 56 75 0 0.45 0.26 0.6 335.22 0.29 0.31
Hex 66 38 4B 0 2D 1A 3C 14F 1D 1F
Octal 146 70 113 0 55 32 74 517 35 37
Binary 1100110 111000 1001011 0 101101 11010 111100 101001111 11101 11111

Color Harmonies of #66384B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66384B

Black with #66384B

Text Example


Text Example

White with #66384B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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