Html Css Color HEX #613345 Tawny Port

📋 copy color: '#613345'

red 97 ◦ green 51 ◦ blue 69

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

Shades of Tawny Port #613345

Tints of Tawny Port #613345

RGB

 RED value IS 97 (38.28% from 255) = 44.7%

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

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

R = 44.7%
G = 23.5%
B = 31.8%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.29

 K value IS 0.62

RGB Variations

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

Color information

#613345 (or 0x613345) is known color: Tawny Port. HEX triplet: 61, 33 and 45. RGB value is (97,51,69). Sum of RGB (Red+Green+Blue) = 97+51+69=217 (28% of max value = 765). Red value is 97 (38.28% from 255 or 44.70% from 217); Green value is 51 (20.31% from 255 or 23.50% from 217); Blue value is 69 (27.34% from 255 or 31.80% from 217); Max value from RGB is 97 - color contains mainly: red. Hex color #613345 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613345 is #9ECCBA. Grayscale: #424242. Windows color (decimal): -10407099 or 4535137. OLE color: 4535137.

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

Color convert

RGB 97 51 69 -
CMYK 0 0.47 0.29 0.62
HSL 336.52º 0.31% 0.29% -
HSV(B) 336.52º 0.47% 0.38% -
XYZ 7.19 5.34 6.28 -
YUV 66.81 129.24 149.54 -
System Red Green Blue C M Y K H S L
Decimal 97 51 69 0 0.47 0.29 0.62 336.52 0.31 0.29
Hex 61 33 45 0 2F 1D 3E 151 1F 1D
Octal 141 63 105 0 57 35 76 521 37 35
Binary 1100001 110011 1000101 0 101111 11101 111110 101010001 11111 11101

Color Harmonies of #613345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613345

Black with #613345

Text Example


Text Example

White with #613345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613345; }

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

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

background-color css

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

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

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

border-color css

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

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

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