Html Css Color HEX #603346 Tawny Port

📋 copy color: '#603346'

red 96 ◦ green 51 ◦ blue 70

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

Shades of Tawny Port #603346

Tints of Tawny Port #603346

RGB

 RED value IS 96 (37.89% from 255) = 44.24%

 GREEN value IS 51 (20.31% from 255) = 23.5%

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

R = 44.24%
G = 23.5%
B = 32.26%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.27

 K value IS 0.62

RGB Variations

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

Color information

#603346 (or 0x603346) is known color: Tawny Port. HEX triplet: 60, 33 and 46. RGB value is (96,51,70). Sum of RGB (Red+Green+Blue) = 96+51+70=217 (28% of max value = 765). Red value is 96 (37.89% from 255 or 44.24% from 217); Green value is 51 (20.31% from 255 or 23.50% from 217); Blue value is 70 (27.73% from 255 or 32.26% from 217); Max value from RGB is 96 - color contains mainly: red. Hex color #603346 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603346 is #9FCCB9. Grayscale: #424242. Windows color (decimal): -10472634 or 4600672. OLE color: 4600672.

HSL color Cylindrical-coordinate representation of color #603346: hue angle of 334.67º degrees, saturation: 0.31, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #603346 is Cyan = 0, Magento = 0.47, Yellow = 0.27 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 51 70 -
CMYK 0 0.47 0.27 0.62
HSL 334.67º 0.31% 0.29% -
HSV(B) 334.67º 0.47% 0.38% -
XYZ 7.11 5.3 6.44 -
YUV 66.62 129.91 148.96 -
System Red Green Blue C M Y K H S L
Decimal 96 51 70 0 0.47 0.27 0.62 334.67 0.31 0.29
Hex 60 33 46 0 2F 1B 3E 14F 1F 1D
Octal 140 63 106 0 57 33 76 517 37 35
Binary 1100000 110011 1000110 0 101111 11011 111110 101001111 11111 11101

Color Harmonies of #603346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603346

Black with #603346

Text Example


Text Example

White with #603346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #603346; }

 p { color: rgb(96,51,70); }

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

background-color css

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

 a { background-color: rgb(96,51,70); }

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

border-color css

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

 span { border-color: rgb(96,51,70); }

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