Html Css Color HEX #603342 Tawny Port

📋 copy color: '#603342'

red 96 ◦ green 51 ◦ blue 66

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

Shades of Tawny Port #603342

Tints of Tawny Port #603342

RGB

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

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

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

R = 45.07%
G = 23.94%
B = 30.99%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.31

 K value IS 0.62

RGB Variations

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

Color information

#603342 (or 0x603342) is known color: Tawny Port. HEX triplet: 60, 33 and 42. RGB value is (96,51,66). Sum of RGB (Red+Green+Blue) = 96+51+66=213 (28% of max value = 765). Red value is 96 (37.89% from 255 or 45.07% from 213); Green value is 51 (20.31% from 255 or 23.94% from 213); Blue value is 66 (26.17% from 255 or 30.99% from 213); Max value from RGB is 96 - color contains mainly: red. Hex color #603342 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603342 is #9FCCBD. Grayscale: #424242. Windows color (decimal): -10472638 or 4338528. OLE color: 4338528.

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

Color convert

RGB 96 51 66 -
CMYK 0 0.47 0.31 0.62
HSL 340º 0.31% 0.29% -
HSV(B) 340º 0.47% 0.38% -
XYZ 6.99 5.25 5.8 -
YUV 66.17 127.91 149.28 -
System Red Green Blue C M Y K H S L
Decimal 96 51 66 0 0.47 0.31 0.62 340 0.31 0.29
Hex 60 33 42 0 2F 1F 3E 154 1F 1D
Octal 140 63 102 0 57 37 76 524 37 35
Binary 1100000 110011 1000010 0 101111 11111 111110 101010100 11111 11101

Color Harmonies of #603342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603342

Black with #603342

Text Example


Text Example

White with #603342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #603342; }

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

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

background-color css

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

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

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

border-color css

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

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

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