Html Css Color HEX #603345 Tawny Port

📋 copy color: '#603345'

red 96 ◦ green 51 ◦ blue 69

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

Shades of Tawny Port #603345

Tints of Tawny Port #603345

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 31.94%

R = 44.44%
G = 23.61%
B = 31.94%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.28

 K value IS 0.62

RGB Variations

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

Color information

#603345 (or 0x603345) is known color: Tawny Port. HEX triplet: 60, 33 and 45. RGB value is (96,51,69). Sum of RGB (Red+Green+Blue) = 96+51+69=216 (28% of max value = 765). Red value is 96 (37.89% from 255 or 44.44% from 216); Green value is 51 (20.31% from 255 or 23.61% from 216); Blue value is 69 (27.34% from 255 or 31.94% from 216); Max value from RGB is 96 - color contains mainly: red. Hex color #603345 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603345 is #9FCCBA. Grayscale: #424242. Windows color (decimal): -10472635 or 4535136. OLE color: 4535136.

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

Color convert

RGB 96 51 69 -
CMYK 0 0.47 0.28 0.62
HSL 336º 0.31% 0.29% -
HSV(B) 336º 0.47% 0.38% -
XYZ 7.08 5.28 6.28 -
YUV 66.51 129.41 149.04 -
System Red Green Blue C M Y K H S L
Decimal 96 51 69 0 0.47 0.28 0.62 336 0.31 0.29
Hex 60 33 45 0 2F 1C 3E 150 1F 1D
Octal 140 63 105 0 57 34 76 520 37 35
Binary 1100000 110011 1000101 0 101111 11100 111110 101010000 11111 11101

Color Harmonies of #603345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603345

Black with #603345

Text Example


Text Example

White with #603345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #603345; }

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

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

background-color css

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

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

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

border-color css

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

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

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