Html Css Color HEX #663A46 Tawny Port

📋 copy color: '#663A46'

red 102 ◦ green 58 ◦ blue 70

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

Shades of Tawny Port #663A46

Tints of Tawny Port #663A46

RGB

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

 GREEN value IS 58 (23.05% from 255) = 25.22%

 BLUE value IS 70 (27.73% from 255) = 30.43%

R = 44.35%
G = 25.22%
B = 30.43%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.31

 K value IS 0.6

RGB Variations

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

Color information

#663A46 (or 0x663A46) is known color: Tawny Port. HEX triplet: 66, 3A and 46. RGB value is (102,58,70). Sum of RGB (Red+Green+Blue) = 102+58+70=230 (30% of max value = 765). Red value is 102 (40.23% from 255 or 44.35% from 230); Green value is 58 (23.05% from 255 or 25.22% from 230); Blue value is 70 (27.73% from 255 or 30.43% from 230); Max value from RGB is 102 - color contains mainly: red. Hex color #663A46 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663A46 is #99C5B9. Grayscale: #484848. Windows color (decimal): -10077626 or 4602470. OLE color: 4602470.

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

Color convert

RGB 102 58 70 -
CMYK 0 0.43 0.31 0.6
HSL 343.64º 0.28% 0.31% -
HSV(B) 343.64º 0.43% 0.4% -
XYZ 8.1 6.29 6.58 -
YUV 72.52 126.58 149.02 -
System Red Green Blue C M Y K H S L
Decimal 102 58 70 0 0.43 0.31 0.6 343.64 0.28 0.31
Hex 66 3A 46 0 2B 1F 3C 158 1C 1F
Octal 146 72 106 0 53 37 74 530 34 37
Binary 1100110 111010 1000110 0 101011 11111 111100 101011000 11100 11111

Color Harmonies of #663A46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663A46

Black with #663A46

Text Example


Text Example

White with #663A46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #663A46; }

 p { color: rgb(102,58,70); }

 H1.HeaderClassName
 {
   color: #663A46;
 }
 .AnyTagClassName
 {
   color: #663A46;
 }
</style>

background-color css

<style>
 a { background-color: #663A46; }

 a { background-color: rgb(102,58,70); }

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

border-color css

<style>
 span { border-color: #663A46; }

 span { border-color: rgb(102,58,70); }

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