Html Css Color HEX #613642 Tawny Port

📋 copy color: '#613642'

red 97 ◦ green 54 ◦ blue 66

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

Shades of Tawny Port #613642

Tints of Tawny Port #613642

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 30.41%

R = 44.7%
G = 24.88%
B = 30.41%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.32

 K value IS 0.62

RGB Variations

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

Color information

#613642 (or 0x613642) is known color: Tawny Port. HEX triplet: 61, 36 and 42. RGB value is (97,54,66). Sum of RGB (Red+Green+Blue) = 97+54+66=217 (28% of max value = 765). Red value is 97 (38.28% from 255 or 44.70% from 217); Green value is 54 (21.48% from 255 or 24.88% from 217); Blue value is 66 (26.17% from 255 or 30.41% from 217); Max value from RGB is 97 - color contains mainly: red. Hex color #613642 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613642 is #9EC9BD. Grayscale: #444444. Windows color (decimal): -10406334 or 4339297. OLE color: 4339297.

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

Color convert

RGB 97 54 66 -
CMYK 0 0.44 0.32 0.62
HSL 343.26º 0.28% 0.3% -
HSV(B) 343.26º 0.44% 0.38% -
XYZ 7.23 5.57 5.85 -
YUV 68.23 126.75 148.52 -
System Red Green Blue C M Y K H S L
Decimal 97 54 66 0 0.44 0.32 0.62 343.26 0.28 0.3
Hex 61 36 42 0 2C 20 3E 157 1C 1E
Octal 141 66 102 0 54 40 76 527 34 36
Binary 1100001 110110 1000010 0 101100 100000 111110 101010111 11100 11110

Color Harmonies of #613642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613642

Black with #613642

Text Example


Text Example

White with #613642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613642; }

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

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

background-color css

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

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

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

border-color css

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

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

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