Html Css Color HEX #603340 Tawny Port

📋 copy color: '#603340'

red 96 ◦ green 51 ◦ blue 64

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

Shades of Tawny Port #603340

Tints of Tawny Port #603340

RGB

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

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

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

R = 45.5%
G = 24.17%
B = 30.33%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.33

 K value IS 0.62

RGB Variations

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

Color information

#603340 (or 0x603340) is known color: Tawny Port. HEX triplet: 60, 33 and 40. RGB value is (96,51,64). Sum of RGB (Red+Green+Blue) = 96+51+64=211 (27% of max value = 765). Red value is 96 (37.89% from 255 or 45.50% from 211); Green value is 51 (20.31% from 255 or 24.17% from 211); Blue value is 64 (25.39% from 255 or 30.33% from 211); Max value from RGB is 96 - color contains mainly: red. Hex color #603340 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603340 is #9FCCBF. Grayscale: #414141. Windows color (decimal): -10472640 or 4207456. OLE color: 4207456.

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

Color convert

RGB 96 51 64 -
CMYK 0 0.47 0.33 0.62
HSL 342.67º 0.31% 0.29% -
HSV(B) 342.67º 0.47% 0.38% -
XYZ 6.93 5.22 5.49 -
YUV 65.94 126.91 149.44 -
System Red Green Blue C M Y K H S L
Decimal 96 51 64 0 0.47 0.33 0.62 342.67 0.31 0.29
Hex 60 33 40 0 2F 21 3E 157 1F 1D
Octal 140 63 100 0 57 41 76 527 37 35
Binary 1100000 110011 1000000 0 101111 100001 111110 101010111 11111 11101

Color Harmonies of #603340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603340

Black with #603340

Text Example


Text Example

White with #603340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #603340; }

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

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

background-color css

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

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

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

border-color css

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

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

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