Html Css Color HEX #613C42 Tawny Port

📋 copy color: '#613C42'

red 97 ◦ green 60 ◦ blue 66

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

Shades of Tawny Port #613C42

Tints of Tawny Port #613C42

RGB

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

 GREEN value IS 60 (23.83% from 255) = 26.91%

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

R = 43.5%
G = 26.91%
B = 29.6%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.32

 K value IS 0.62

RGB Variations

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

Color information

#613C42 (or 0x613C42) is known color: Tawny Port. HEX triplet: 61, 3C and 42. RGB value is (97,60,66). Sum of RGB (Red+Green+Blue) = 97+60+66=223 (29% of max value = 765). Red value is 97 (38.28% from 255 or 43.50% from 223); Green value is 60 (23.83% from 255 or 26.91% from 223); Blue value is 66 (26.17% from 255 or 29.60% from 223); Max value from RGB is 97 - color contains mainly: red. Hex color #613C42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613C42 is #9EC3BD. Grayscale: #474747. Windows color (decimal): -10404798 or 4340833. OLE color: 4340833.

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

Color convert

RGB 97 60 66 -
CMYK 0 0.38 0.32 0.62
HSL 350.27º 0.24% 0.31% -
HSV(B) 350.27º 0.38% 0.38% -
XYZ 7.53 6.17 5.95 -
YUV 71.75 124.76 146.01 -
System Red Green Blue C M Y K H S L
Decimal 97 60 66 0 0.38 0.32 0.62 350.27 0.24 0.31
Hex 61 3C 42 0 26 20 3E 15E 18 1F
Octal 141 74 102 0 46 40 76 536 30 37
Binary 1100001 111100 1000010 0 100110 100000 111110 101011110 11000 11111

Color Harmonies of #613C42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613C42

Black with #613C42

Text Example


Text Example

White with #613C42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613C42; }

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

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

background-color css

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

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

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

border-color css

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

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

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