Html Css Color HEX #613440 Tawny Port

📋 copy color: '#613440'

red 97 ◦ green 52 ◦ blue 64

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

Shades of Tawny Port #613440

Tints of Tawny Port #613440

RGB

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

 GREEN value IS 52 (20.7% from 255) = 24.41%

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

R = 45.54%
G = 24.41%
B = 30.05%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.34

 K value IS 0.62

RGB Variations

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

Color information

#613440 (or 0x613440) is known color: Tawny Port. HEX triplet: 61, 34 and 40. RGB value is (97,52,64). Sum of RGB (Red+Green+Blue) = 97+52+64=213 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.54% from 213); Green value is 52 (20.70% from 255 or 24.41% from 213); Blue value is 64 (25.39% from 255 or 30.05% from 213); Max value from RGB is 97 - color contains mainly: red. Hex color #613440 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613440 is #9ECBBF. Grayscale: #424242. Windows color (decimal): -10406848 or 4207713. OLE color: 4207713.

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

Color convert

RGB 97 52 64 -
CMYK 0 0.46 0.34 0.62
HSL 344º 0.3% 0.29% -
HSV(B) 344º 0.46% 0.38% -
XYZ 7.08 5.37 5.51 -
YUV 66.82 126.41 149.52 -
System Red Green Blue C M Y K H S L
Decimal 97 52 64 0 0.46 0.34 0.62 344 0.3 0.29
Hex 61 34 40 0 2E 22 3E 158 1E 1D
Octal 141 64 100 0 56 42 76 530 36 35
Binary 1100001 110100 1000000 0 101110 100010 111110 101011000 11110 11101

Color Harmonies of #613440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613440

Black with #613440

Text Example


Text Example

White with #613440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613440; }

 p { color: rgb(97,52,64); }

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

background-color css

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

 a { background-color: rgb(97,52,64); }

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

border-color css

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

 span { border-color: rgb(97,52,64); }

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