Html Css Color HEX #61444C Tawny Port

📋 copy color: '#61444C'

red 97 ◦ green 68 ◦ blue 76

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

Shades of Tawny Port #61444C

Tints of Tawny Port #61444C

RGB

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

 GREEN value IS 68 (26.95% from 255) = 28.22%

 BLUE value IS 76 (30.08% from 255) = 31.54%

R = 40.25%
G = 28.22%
B = 31.54%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.22

 K value IS 0.62

RGB Variations

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

Color information

#61444C (or 0x61444C) is known color: Tawny Port. HEX triplet: 61, 44 and 4C. RGB value is (97,68,76). Sum of RGB (Red+Green+Blue) = 97+68+76=241 (31% of max value = 765). Red value is 97 (38.28% from 255 or 40.25% from 241); Green value is 68 (26.95% from 255 or 28.22% from 241); Blue value is 76 (30.08% from 255 or 31.54% from 241); Max value from RGB is 97 - color contains mainly: red. Hex color #61444C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61444C is #9EBBB3. Grayscale: #4D4D4D. Windows color (decimal): -10402740 or 4998241. OLE color: 4998241.

HSL color Cylindrical-coordinate representation of color #61444C: hue angle of 343.45º degrees, saturation: 0.18, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #61444C is Cyan = 0, Magento = 0.30, Yellow = 0.22 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 68 76 -
CMYK 0 0.30 0.22 0.62
HSL 343.45º 0.18% 0.32% -
HSV(B) 343.45º 0.3% 0.38% -
XYZ 8.3 7.2 7.79 -
YUV 77.58 127.11 141.85 -
System Red Green Blue C M Y K H S L
Decimal 97 68 76 0 0.30 0.22 0.62 343.45 0.18 0.32
Hex 61 44 4C 0 1E 16 3E 157 12 20
Octal 141 104 114 0 36 26 76 527 22 40
Binary 1100001 1000100 1001100 0 11110 10110 111110 101010111 10010 100000

Color Harmonies of #61444C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61444C

Black with #61444C

Text Example


Text Example

White with #61444C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61444C; }

 p { color: rgb(97,68,76); }

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

background-color css

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

 a { background-color: rgb(97,68,76); }

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

border-color css

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

 span { border-color: rgb(97,68,76); }

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