Html Css Color HEX #613641 Tawny Port

📋 copy color: '#613641'

red 97 ◦ green 54 ◦ blue 65

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

Shades of Tawny Port #613641

Tints of Tawny Port #613641

RGB

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

 GREEN value IS 54 (21.48% from 255) = 25%

 BLUE value IS 65 (25.78% from 255) = 30.09%

R = 44.91%
G = 25%
B = 30.09%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.33

 K value IS 0.62

RGB Variations

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

Color information

#613641 (or 0x613641) is known color: Tawny Port. HEX triplet: 61, 36 and 41. RGB value is (97,54,65). Sum of RGB (Red+Green+Blue) = 97+54+65=216 (28% of max value = 765). Red value is 97 (38.28% from 255 or 44.91% from 216); Green value is 54 (21.48% from 255 or 25% from 216); Blue value is 65 (25.78% from 255 or 30.09% from 216); Max value from RGB is 97 - color contains mainly: red. Hex color #613641 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613641 is #9EC9BE. Grayscale: #444444. Windows color (decimal): -10406335 or 4273761. OLE color: 4273761.

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

Color convert

RGB 97 54 65 -
CMYK 0 0.44 0.33 0.62
HSL 344.65º 0.28% 0.3% -
HSV(B) 344.65º 0.44% 0.38% -
XYZ 7.2 5.56 5.69 -
YUV 68.11 126.25 148.61 -
System Red Green Blue C M Y K H S L
Decimal 97 54 65 0 0.44 0.33 0.62 344.65 0.28 0.3
Hex 61 36 41 0 2C 21 3E 159 1C 1E
Octal 141 66 101 0 54 41 76 531 34 36
Binary 1100001 110110 1000001 0 101100 100001 111110 101011001 11100 11110

Color Harmonies of #613641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613641

Black with #613641

Text Example


Text Example

White with #613641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613641; }

 p { color: rgb(97,54,65); }

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

background-color css

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

 a { background-color: rgb(97,54,65); }

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

border-color css

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

 span { border-color: rgb(97,54,65); }

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