Html Css Color HEX #603142 Tawny Port

📋 copy color: '#603142'

red 96 ◦ green 49 ◦ blue 66

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

Shades of Tawny Port #603142

Tints of Tawny Port #603142

RGB

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

 GREEN value IS 49 (19.53% from 255) = 23.22%

 BLUE value IS 66 (26.17% from 255) = 31.28%

R = 45.5%
G = 23.22%
B = 31.28%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.31

 K value IS 0.62

RGB Variations

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

Color information

#603142 (or 0x603142) is known color: Tawny Port. HEX triplet: 60, 31 and 42. RGB value is (96,49,66). Sum of RGB (Red+Green+Blue) = 96+49+66=211 (27% of max value = 765). Red value is 96 (37.89% from 255 or 45.50% from 211); Green value is 49 (19.53% from 255 or 23.22% from 211); Blue value is 66 (26.17% from 255 or 31.28% from 211); Max value from RGB is 96 - color contains mainly: red. Hex color #603142 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603142 is #9FCEBD. Grayscale: #404040. Windows color (decimal): -10473150 or 4338016. OLE color: 4338016.

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

Color convert

RGB 96 49 66 -
CMYK 0 0.49 0.31 0.62
HSL 338.3º 0.32% 0.28% -
HSV(B) 338.3º 0.49% 0.38% -
XYZ 6.91 5.08 5.77 -
YUV 64.99 128.57 150.12 -
System Red Green Blue C M Y K H S L
Decimal 96 49 66 0 0.49 0.31 0.62 338.3 0.32 0.28
Hex 60 31 42 0 31 1F 3E 152 20 1C
Octal 140 61 102 0 61 37 76 522 40 34
Binary 1100000 110001 1000010 0 110001 11111 111110 101010010 100000 11100

Color Harmonies of #603142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603142

Black with #603142

Text Example


Text Example

White with #603142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #603142; }

 p { color: rgb(96,49,66); }

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

background-color css

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

 a { background-color: rgb(96,49,66); }

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

border-color css

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

 span { border-color: rgb(96,49,66); }

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