Html Css Color HEX #603341 Tawny Port

📋 copy color: '#603341'

red 96 ◦ green 51 ◦ blue 65

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

Shades of Tawny Port #603341

Tints of Tawny Port #603341

RGB

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

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

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

R = 45.28%
G = 24.06%
B = 30.66%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.32

 K value IS 0.62

RGB Variations

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

Color information

#603341 (or 0x603341) is known color: Tawny Port. HEX triplet: 60, 33 and 41. RGB value is (96,51,65). Sum of RGB (Red+Green+Blue) = 96+51+65=212 (28% of max value = 765). Red value is 96 (37.89% from 255 or 45.28% from 212); Green value is 51 (20.31% from 255 or 24.06% from 212); Blue value is 65 (25.78% from 255 or 30.66% from 212); Max value from RGB is 96 - color contains mainly: red. Hex color #603341 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603341 is #9FCCBE. Grayscale: #424242. Windows color (decimal): -10472639 or 4272992. OLE color: 4272992.

HSL color Cylindrical-coordinate representation of color #603341: hue angle of 341.33º 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 #603341 is Cyan = 0, Magento = 0.47, Yellow = 0.32 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 51 65 -
CMYK 0 0.47 0.32 0.62
HSL 341.33º 0.31% 0.29% -
HSV(B) 341.33º 0.47% 0.38% -
XYZ 6.96 5.24 5.64 -
YUV 66.05 127.41 149.36 -
System Red Green Blue C M Y K H S L
Decimal 96 51 65 0 0.47 0.32 0.62 341.33 0.31 0.29
Hex 60 33 41 0 2F 20 3E 155 1F 1D
Octal 140 63 101 0 57 40 76 525 37 35
Binary 1100000 110011 1000001 0 101111 100000 111110 101010101 11111 11101

Color Harmonies of #603341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603341

Black with #603341

Text Example


Text Example

White with #603341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #603341; }

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

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

background-color css

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

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

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

border-color css

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

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

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