Html Css Color HEX #613848 Tawny Port

📋 copy color: '#613848'

red 97 ◦ green 56 ◦ blue 72

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

Shades of Tawny Port #613848

Tints of Tawny Port #613848

RGB

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

 GREEN value IS 56 (22.27% from 255) = 24.89%

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

R = 43.11%
G = 24.89%
B = 32%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.26

 K value IS 0.62

RGB Variations

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

Color information

#613848 (or 0x613848) is known color: Tawny Port. HEX triplet: 61, 38 and 48. RGB value is (97,56,72). Sum of RGB (Red+Green+Blue) = 97+56+72=225 (29% of max value = 765). Red value is 97 (38.28% from 255 or 43.11% from 225); Green value is 56 (22.27% from 255 or 24.89% from 225); Blue value is 72 (28.52% from 255 or 32% from 225); Max value from RGB is 97 - color contains mainly: red. Hex color #613848 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613848 is #9EC7B7. Grayscale: #464646. Windows color (decimal): -10405816 or 4733025. OLE color: 4733025.

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

Color convert

RGB 97 56 72 -
CMYK 0 0.42 0.26 0.62
HSL 336.59º 0.27% 0.3% -
HSV(B) 336.59º 0.42% 0.38% -
XYZ 7.51 5.84 6.86 -
YUV 70.08 129.08 147.2 -
System Red Green Blue C M Y K H S L
Decimal 97 56 72 0 0.42 0.26 0.62 336.59 0.27 0.3
Hex 61 38 48 0 2A 1A 3E 151 1B 1E
Octal 141 70 110 0 52 32 76 521 33 36
Binary 1100001 111000 1001000 0 101010 11010 111110 101010001 11011 11110

Color Harmonies of #613848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613848

Black with #613848

Text Example


Text Example

White with #613848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613848; }

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

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

background-color css

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

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

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

border-color css

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

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

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