Html Css Color HEX #614146 Tawny Port

📋 copy color: '#614146'

red 97 ◦ green 65 ◦ blue 70

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

Shades of Tawny Port #614146

Tints of Tawny Port #614146

RGB

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

 GREEN value IS 65 (25.78% from 255) = 28.02%

 BLUE value IS 70 (27.73% from 255) = 30.17%

R = 41.81%
G = 28.02%
B = 30.17%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.28

 K value IS 0.62

RGB Variations

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

Color information

#614146 (or 0x614146) is known color: Tawny Port. HEX triplet: 61, 41 and 46. RGB value is (97,65,70). Sum of RGB (Red+Green+Blue) = 97+65+70=232 (30% of max value = 765). Red value is 97 (38.28% from 255 or 41.81% from 232); Green value is 65 (25.78% from 255 or 28.02% from 232); Blue value is 70 (27.73% from 255 or 30.17% from 232); Max value from RGB is 97 - color contains mainly: red. Hex color #614146 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614146 is #9EBEB9. Grayscale: #4B4B4B. Windows color (decimal): -10403514 or 4604257. OLE color: 4604257.

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

Color convert

RGB 97 65 70 -
CMYK 0 0.33 0.28 0.62
HSL 350.63º 0.2% 0.32% -
HSV(B) 350.63º 0.33% 0.38% -
XYZ 7.93 6.76 6.68 -
YUV 75.14 125.1 143.59 -
System Red Green Blue C M Y K H S L
Decimal 97 65 70 0 0.33 0.28 0.62 350.63 0.2 0.32
Hex 61 41 46 0 21 1C 3E 15F 14 20
Octal 141 101 106 0 41 34 76 537 24 40
Binary 1100001 1000001 1000110 0 100001 11100 111110 101011111 10100 100000

Color Harmonies of #614146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614146

Black with #614146

Text Example


Text Example

White with #614146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614146; }

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

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

background-color css

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

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

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

border-color css

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

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

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