Html Css Color HEX #613342 Tawny Port

📋 copy color: '#613342'

red 97 ◦ green 51 ◦ blue 66

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

Shades of Tawny Port #613342

Tints of Tawny Port #613342

RGB

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

 GREEN value IS 51 (20.31% from 255) = 23.83%

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

R = 45.33%
G = 23.83%
B = 30.84%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.32

 K value IS 0.62

RGB Variations

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

Color information

#613342 (or 0x613342) is known color: Tawny Port. HEX triplet: 61, 33 and 42. RGB value is (97,51,66). Sum of RGB (Red+Green+Blue) = 97+51+66=214 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.33% from 214); Green value is 51 (20.31% from 255 or 23.83% from 214); Blue value is 66 (26.17% from 255 or 30.84% from 214); Max value from RGB is 97 - color contains mainly: red. Hex color #613342 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613342 is #9ECCBD. Grayscale: #424242. Windows color (decimal): -10407102 or 4338529. OLE color: 4338529.

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

Color convert

RGB 97 51 66 -
CMYK 0 0.47 0.32 0.62
HSL 340.43º 0.31% 0.29% -
HSV(B) 340.43º 0.47% 0.38% -
XYZ 7.1 5.3 5.8 -
YUV 66.46 127.74 149.78 -
System Red Green Blue C M Y K H S L
Decimal 97 51 66 0 0.47 0.32 0.62 340.43 0.31 0.29
Hex 61 33 42 0 2F 20 3E 154 1F 1D
Octal 141 63 102 0 57 40 76 524 37 35
Binary 1100001 110011 1000010 0 101111 100000 111110 101010100 11111 11101

Color Harmonies of #613342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613342

Black with #613342

Text Example


Text Example

White with #613342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613342; }

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

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

background-color css

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

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

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

border-color css

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

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

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