Html Css Color HEX #614248 Tawny Port

📋 copy color: '#614248'

red 97 ◦ green 66 ◦ blue 72

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

Shades of Tawny Port #614248

Tints of Tawny Port #614248

RGB

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

 GREEN value IS 66 (26.17% from 255) = 28.09%

 BLUE value IS 72 (28.52% from 255) = 30.64%

R = 41.28%
G = 28.09%
B = 30.64%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.26

 K value IS 0.62

RGB Variations

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

Color information

#614248 (or 0x614248) is known color: Tawny Port. HEX triplet: 61, 42 and 48. RGB value is (97,66,72). Sum of RGB (Red+Green+Blue) = 97+66+72=235 (31% of max value = 765). Red value is 97 (38.28% from 255 or 41.28% from 235); Green value is 66 (26.17% from 255 or 28.09% from 235); Blue value is 72 (28.52% from 255 or 30.64% from 235); Max value from RGB is 97 - color contains mainly: red. Hex color #614248 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614248 is #9EBDB7. Grayscale: #4B4B4B. Windows color (decimal): -10403256 or 4735585. OLE color: 4735585.

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

Color convert

RGB 97 66 72 -
CMYK 0 0.32 0.26 0.62
HSL 348.39º 0.19% 0.32% -
HSV(B) 348.39º 0.32% 0.38% -
XYZ 8.05 6.91 7.04 -
YUV 75.95 125.77 143.01 -
System Red Green Blue C M Y K H S L
Decimal 97 66 72 0 0.32 0.26 0.62 348.39 0.19 0.32
Hex 61 42 48 0 20 1A 3E 15C 13 20
Octal 141 102 110 0 40 32 76 534 23 40
Binary 1100001 1000010 1001000 0 100000 11010 111110 101011100 10011 100000

Color Harmonies of #614248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614248

Black with #614248

Text Example


Text Example

White with #614248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614248; }

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

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

background-color css

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

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

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

border-color css

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

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

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