Html Css Color HEX #603541 Tawny Port

📋 copy color: '#603541'

red 96 ◦ green 53 ◦ blue 65

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

Shades of Tawny Port #603541

Tints of Tawny Port #603541

RGB

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

 GREEN value IS 53 (21.09% from 255) = 24.77%

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

R = 44.86%
G = 24.77%
B = 30.37%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.32

 K value IS 0.62

RGB Variations

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

Color information

#603541 (or 0x603541) is known color: Tawny Port. HEX triplet: 60, 35 and 41. RGB value is (96,53,65). Sum of RGB (Red+Green+Blue) = 96+53+65=214 (28% of max value = 765). Red value is 96 (37.89% from 255 or 44.86% from 214); Green value is 53 (21.09% from 255 or 24.77% from 214); Blue value is 65 (25.78% from 255 or 30.37% from 214); Max value from RGB is 96 - color contains mainly: red. Hex color #603541 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603541 is #9FCABE. Grayscale: #434343. Windows color (decimal): -10472127 or 4273504. OLE color: 4273504.

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

Color convert

RGB 96 53 65 -
CMYK 0 0.45 0.32 0.62
HSL 343.26º 0.29% 0.29% -
HSV(B) 343.26º 0.45% 0.38% -
XYZ 7.05 5.41 5.67 -
YUV 67.23 126.75 148.52 -
System Red Green Blue C M Y K H S L
Decimal 96 53 65 0 0.45 0.32 0.62 343.26 0.29 0.29
Hex 60 35 41 0 2D 20 3E 157 1D 1D
Octal 140 65 101 0 55 40 76 527 35 35
Binary 1100000 110101 1000001 0 101101 100000 111110 101010111 11101 11101

Color Harmonies of #603541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603541

Black with #603541

Text Example


Text Example

White with #603541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #603541; }

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

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

background-color css

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

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

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

border-color css

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

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

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