Html Css Color HEX #613840 Tawny Port

📋 copy color: '#613840'

red 97 ◦ green 56 ◦ blue 64

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

Shades of Tawny Port #613840

Tints of Tawny Port #613840

RGB

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

 GREEN value IS 56 (22.27% from 255) = 25.81%

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

R = 44.7%
G = 25.81%
B = 29.49%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.34

 K value IS 0.62

RGB Variations

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

Color information

#613840 (or 0x613840) is known color: Tawny Port. HEX triplet: 61, 38 and 40. RGB value is (97,56,64). Sum of RGB (Red+Green+Blue) = 97+56+64=217 (28% of max value = 765). Red value is 97 (38.28% from 255 or 44.70% from 217); Green value is 56 (22.27% from 255 or 25.81% from 217); Blue value is 64 (25.39% from 255 or 29.49% from 217); Max value from RGB is 97 - color contains mainly: red. Hex color #613840 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613840 is #9EC7BF. Grayscale: #454545. Windows color (decimal): -10405824 or 4208737. OLE color: 4208737.

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

Color convert

RGB 97 56 64 -
CMYK 0 0.42 0.34 0.62
HSL 348.29º 0.27% 0.3% -
HSV(B) 348.29º 0.42% 0.38% -
XYZ 7.27 5.74 5.58 -
YUV 69.17 125.08 147.85 -
System Red Green Blue C M Y K H S L
Decimal 97 56 64 0 0.42 0.34 0.62 348.29 0.27 0.3
Hex 61 38 40 0 2A 22 3E 15C 1B 1E
Octal 141 70 100 0 52 42 76 534 33 36
Binary 1100001 111000 1000000 0 101010 100010 111110 101011100 11011 11110

Color Harmonies of #613840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613840

Black with #613840

Text Example


Text Example

White with #613840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613840; }

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

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

background-color css

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

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

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

border-color css

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

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

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