Html Css Color HEX #613742 Tawny Port

📋 copy color: '#613742'

red 97 ◦ green 55 ◦ blue 66

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

Shades of Tawny Port #613742

Tints of Tawny Port #613742

RGB

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

 GREEN value IS 55 (21.88% from 255) = 25.23%

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

R = 44.5%
G = 25.23%
B = 30.28%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.32

 K value IS 0.62

RGB Variations

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

Color information

#613742 (or 0x613742) is known color: Tawny Port. HEX triplet: 61, 37 and 42. RGB value is (97,55,66). Sum of RGB (Red+Green+Blue) = 97+55+66=218 (28% of max value = 765). Red value is 97 (38.28% from 255 or 44.50% from 218); Green value is 55 (21.88% from 255 or 25.23% from 218); Blue value is 66 (26.17% from 255 or 30.28% from 218); Max value from RGB is 97 - color contains mainly: red. Hex color #613742 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613742 is #9EC8BD. Grayscale: #444444. Windows color (decimal): -10406078 or 4339553. OLE color: 4339553.

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

Color convert

RGB 97 55 66 -
CMYK 0 0.43 0.32 0.62
HSL 344.29º 0.28% 0.3% -
HSV(B) 344.29º 0.43% 0.38% -
XYZ 7.28 5.67 5.86 -
YUV 68.81 126.41 148.11 -
System Red Green Blue C M Y K H S L
Decimal 97 55 66 0 0.43 0.32 0.62 344.29 0.28 0.3
Hex 61 37 42 0 2B 20 3E 158 1C 1E
Octal 141 67 102 0 53 40 76 530 34 36
Binary 1100001 110111 1000010 0 101011 100000 111110 101011000 11100 11110

Color Harmonies of #613742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613742

Black with #613742

Text Example


Text Example

White with #613742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613742; }

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

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

background-color css

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

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

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

border-color css

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

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

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