Html Css Color HEX #603442 Tawny Port

📋 copy color: '#603442'

red 96 ◦ green 52 ◦ blue 66

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

Shades of Tawny Port #603442

Tints of Tawny Port #603442

RGB

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

 GREEN value IS 52 (20.7% from 255) = 24.3%

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

R = 44.86%
G = 24.3%
B = 30.84%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.31

 K value IS 0.62

RGB Variations

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

Color information

#603442 (or 0x603442) is known color: Tawny Port. HEX triplet: 60, 34 and 42. RGB value is (96,52,66). Sum of RGB (Red+Green+Blue) = 96+52+66=214 (28% of max value = 765). Red value is 96 (37.89% from 255 or 44.86% from 214); Green value is 52 (20.70% from 255 or 24.30% from 214); Blue value is 66 (26.17% from 255 or 30.84% from 214); Max value from RGB is 96 - color contains mainly: red. Hex color #603442 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603442 is #9FCBBD. Grayscale: #424242. Windows color (decimal): -10472382 or 4338784. OLE color: 4338784.

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

Color convert

RGB 96 52 66 -
CMYK 0 0.46 0.31 0.62
HSL 340.91º 0.3% 0.29% -
HSV(B) 340.91º 0.46% 0.38% -
XYZ 7.04 5.34 5.81 -
YUV 66.75 127.58 148.86 -
System Red Green Blue C M Y K H S L
Decimal 96 52 66 0 0.46 0.31 0.62 340.91 0.3 0.29
Hex 60 34 42 0 2E 1F 3E 155 1E 1D
Octal 140 64 102 0 56 37 76 525 36 35
Binary 1100000 110100 1000010 0 101110 11111 111110 101010101 11110 11101

Color Harmonies of #603442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603442

Black with #603442

Text Example


Text Example

White with #603442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #603442; }

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

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

background-color css

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

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

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

border-color css

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

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

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