Html Css Color HEX #603240 Tawny Port

📋 copy color: '#603240'

red 96 ◦ green 50 ◦ blue 64

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

Shades of Tawny Port #603240

Tints of Tawny Port #603240

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 30.48%

R = 45.71%
G = 23.81%
B = 30.48%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.33

 K value IS 0.62

RGB Variations

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

Color information

#603240 (or 0x603240) is known color: Tawny Port. HEX triplet: 60, 32 and 40. RGB value is (96,50,64). Sum of RGB (Red+Green+Blue) = 96+50+64=210 (27% of max value = 765). Red value is 96 (37.89% from 255 or 45.71% from 210); Green value is 50 (19.92% from 255 or 23.81% from 210); Blue value is 64 (25.39% from 255 or 30.48% from 210); Max value from RGB is 96 - color contains mainly: red. Hex color #603240 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603240 is #9FCDBF. Grayscale: #414141. Windows color (decimal): -10472896 or 4207200. OLE color: 4207200.

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

Color convert

RGB 96 50 64 -
CMYK 0 0.48 0.33 0.62
HSL 341.74º 0.32% 0.29% -
HSV(B) 341.74º 0.48% 0.38% -
XYZ 6.89 5.14 5.48 -
YUV 65.35 127.24 149.86 -
System Red Green Blue C M Y K H S L
Decimal 96 50 64 0 0.48 0.33 0.62 341.74 0.32 0.29
Hex 60 32 40 0 30 21 3E 156 20 1D
Octal 140 62 100 0 60 41 76 526 40 35
Binary 1100000 110010 1000000 0 110000 100001 111110 101010110 100000 11101

Color Harmonies of #603240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603240

Black with #603240

Text Example


Text Example

White with #603240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #603240; }

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

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

background-color css

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

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

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

border-color css

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

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

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