Html Css Color HEX #613245 Tawny Port

📋 copy color: '#613245'

red 97 ◦ green 50 ◦ blue 69

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

Shades of Tawny Port #613245

Tints of Tawny Port #613245

RGB

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

 GREEN value IS 50 (19.92% from 255) = 23.15%

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

R = 44.91%
G = 23.15%
B = 31.94%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.29

 K value IS 0.62

RGB Variations

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

Color information

#613245 (or 0x613245) is known color: Tawny Port. HEX triplet: 61, 32 and 45. RGB value is (97,50,69). Sum of RGB (Red+Green+Blue) = 97+50+69=216 (28% of max value = 765). Red value is 97 (38.28% from 255 or 44.91% from 216); Green value is 50 (19.92% from 255 or 23.15% from 216); Blue value is 69 (27.34% from 255 or 31.94% from 216); Max value from RGB is 97 - color contains mainly: red. Hex color #613245 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613245 is #9ECDBA. Grayscale: #424242. Windows color (decimal): -10407355 or 4534881. OLE color: 4534881.

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

Color convert

RGB 97 50 69 -
CMYK 0 0.48 0.29 0.62
HSL 335.74º 0.32% 0.29% -
HSV(B) 335.74º 0.48% 0.38% -
XYZ 7.14 5.25 6.27 -
YUV 66.22 129.57 149.96 -
System Red Green Blue C M Y K H S L
Decimal 97 50 69 0 0.48 0.29 0.62 335.74 0.32 0.29
Hex 61 32 45 0 30 1D 3E 150 20 1D
Octal 141 62 105 0 60 35 76 520 40 35
Binary 1100001 110010 1000101 0 110000 11101 111110 101010000 100000 11101

Color Harmonies of #613245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613245

Black with #613245

Text Example


Text Example

White with #613245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613245; }

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

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

background-color css

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

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

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

border-color css

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

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

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