Html Css Color HEX #61343F Tawny Port

📋 copy color: '#61343F'

red 97 ◦ green 52 ◦ blue 63

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

Shades of Tawny Port #61343F

Tints of Tawny Port #61343F

RGB

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

 GREEN value IS 52 (20.7% from 255) = 24.53%

 BLUE value IS 63 (25% from 255) = 29.72%

R = 45.75%
G = 24.53%
B = 29.72%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.35

 K value IS 0.62

RGB Variations

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

Color information

#61343F (or 0x61343F) is known color: Tawny Port. HEX triplet: 61, 34 and 3F. RGB value is (97,52,63). Sum of RGB (Red+Green+Blue) = 97+52+63=212 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.75% from 212); Green value is 52 (20.70% from 255 or 24.53% from 212); Blue value is 63 (25% from 255 or 29.72% from 212); Max value from RGB is 97 - color contains mainly: red. Hex color #61343F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61343F is #9ECBC0. Grayscale: #424242. Windows color (decimal): -10406849 or 4142177. OLE color: 4142177.

HSL color Cylindrical-coordinate representation of color #61343F: hue angle of 345.33º degrees, saturation: 0.3, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #61343F is Cyan = 0, Magento = 0.46, Yellow = 0.35 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 52 63 -
CMYK 0 0.46 0.35 0.62
HSL 345.33º 0.3% 0.29% -
HSV(B) 345.33º 0.46% 0.38% -
XYZ 7.05 5.36 5.36 -
YUV 66.71 125.91 149.61 -
System Red Green Blue C M Y K H S L
Decimal 97 52 63 0 0.46 0.35 0.62 345.33 0.3 0.29
Hex 61 34 3F 0 2E 23 3E 159 1E 1D
Octal 141 64 77 0 56 43 76 531 36 35
Binary 1100001 110100 111111 0 101110 100011 111110 101011001 11110 11101

Color Harmonies of #61343F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61343F

Black with #61343F

Text Example


Text Example

White with #61343F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61343F; }

 p { color: rgb(97,52,63); }

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

background-color css

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

 a { background-color: rgb(97,52,63); }

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

border-color css

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

 span { border-color: rgb(97,52,63); }

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