Html Css Color HEX #613842 Tawny Port

📋 copy color: '#613842'

red 97 ◦ green 56 ◦ blue 66

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

Shades of Tawny Port #613842

Tints of Tawny Port #613842

RGB

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

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

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

R = 44.29%
G = 25.57%
B = 30.14%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.32

 K value IS 0.62

RGB Variations

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

Color information

#613842 (or 0x613842) is known color: Tawny Port. HEX triplet: 61, 38 and 42. RGB value is (97,56,66). Sum of RGB (Red+Green+Blue) = 97+56+66=219 (29% of max value = 765). Red value is 97 (38.28% from 255 or 44.29% from 219); Green value is 56 (22.27% from 255 or 25.57% from 219); Blue value is 66 (26.17% from 255 or 30.14% from 219); Max value from RGB is 97 - color contains mainly: red. Hex color #613842 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613842 is #9EC7BD. Grayscale: #454545. Windows color (decimal): -10405822 or 4339809. OLE color: 4339809.

HSL color Cylindrical-coordinate representation of color #613842: hue angle of 345.37º 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 #613842 is Cyan = 0, Magento = 0.42, Yellow = 0.32 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 56 66 -
CMYK 0 0.42 0.32 0.62
HSL 345.37º 0.27% 0.3% -
HSV(B) 345.37º 0.42% 0.38% -
XYZ 7.33 5.76 5.88 -
YUV 69.4 126.08 147.69 -
System Red Green Blue C M Y K H S L
Decimal 97 56 66 0 0.42 0.32 0.62 345.37 0.27 0.3
Hex 61 38 42 0 2A 20 3E 159 1B 1E
Octal 141 70 102 0 52 40 76 531 33 36
Binary 1100001 111000 1000010 0 101010 100000 111110 101011001 11011 11110

Color Harmonies of #613842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613842

Black with #613842

Text Example


Text Example

White with #613842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613842; }

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

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

background-color css

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

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

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

border-color css

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

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

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