Html Css Color HEX #603241 Tawny Port

📋 copy color: '#603241'

red 96 ◦ green 50 ◦ blue 65

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

Shades of Tawny Port #603241

Tints of Tawny Port #603241

RGB

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

 GREEN value IS 50 (19.92% from 255) = 23.7%

 BLUE value IS 65 (25.78% from 255) = 30.81%

R = 45.5%
G = 23.7%
B = 30.81%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.32

 K value IS 0.62

RGB Variations

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

Color information

#603241 (or 0x603241) is known color: Tawny Port. HEX triplet: 60, 32 and 41. RGB value is (96,50,65). Sum of RGB (Red+Green+Blue) = 96+50+65=211 (27% of max value = 765). Red value is 96 (37.89% from 255 or 45.50% from 211); Green value is 50 (19.92% from 255 or 23.70% from 211); Blue value is 65 (25.78% from 255 or 30.81% from 211); Max value from RGB is 96 - color contains mainly: red. Hex color #603241 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603241 is #9FCDBE. Grayscale: #414141. Windows color (decimal): -10472895 or 4272736. OLE color: 4272736.

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

Color convert

RGB 96 50 65 -
CMYK 0 0.48 0.32 0.62
HSL 340.43º 0.32% 0.29% -
HSV(B) 340.43º 0.48% 0.38% -
XYZ 6.92 5.15 5.63 -
YUV 65.46 127.74 149.78 -
System Red Green Blue C M Y K H S L
Decimal 96 50 65 0 0.48 0.32 0.62 340.43 0.32 0.29
Hex 60 32 41 0 30 20 3E 154 20 1D
Octal 140 62 101 0 60 40 76 524 40 35
Binary 1100000 110010 1000001 0 110000 100000 111110 101010100 100000 11101

Color Harmonies of #603241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603241

Black with #603241

Text Example


Text Example

White with #603241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #603241; }

 p { color: rgb(96,50,65); }

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

background-color css

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

 a { background-color: rgb(96,50,65); }

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

border-color css

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

 span { border-color: rgb(96,50,65); }

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