Html Css Color HEX #613F45 Tawny Port

📋 copy color: '#613F45'

red 97 ◦ green 63 ◦ blue 69

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

Shades of Tawny Port #613F45

Tints of Tawny Port #613F45

RGB

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

 GREEN value IS 63 (25% from 255) = 27.51%

 BLUE value IS 69 (27.34% from 255) = 30.13%

R = 42.36%
G = 27.51%
B = 30.13%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.29

 K value IS 0.62

RGB Variations

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

Color information

#613F45 (or 0x613F45) is known color: Tawny Port. HEX triplet: 61, 3F and 45. RGB value is (97,63,69). Sum of RGB (Red+Green+Blue) = 97+63+69=229 (30% of max value = 765). Red value is 97 (38.28% from 255 or 42.36% from 229); Green value is 63 (25% from 255 or 27.51% from 229); Blue value is 69 (27.34% from 255 or 30.13% from 229); Max value from RGB is 97 - color contains mainly: red. Hex color #613F45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613F45 is #9EC0BA. Grayscale: #494949. Windows color (decimal): -10404027 or 4538209. OLE color: 4538209.

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

Color convert

RGB 97 63 69 -
CMYK 0 0.35 0.29 0.62
HSL 349.41º 0.21% 0.31% -
HSV(B) 349.41º 0.35% 0.38% -
XYZ 7.78 6.53 6.48 -
YUV 73.85 125.26 144.51 -
System Red Green Blue C M Y K H S L
Decimal 97 63 69 0 0.35 0.29 0.62 349.41 0.21 0.31
Hex 61 3F 45 0 23 1D 3E 15D 15 1F
Octal 141 77 105 0 43 35 76 535 25 37
Binary 1100001 111111 1000101 0 100011 11101 111110 101011101 10101 11111

Color Harmonies of #613F45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613F45

Black with #613F45

Text Example


Text Example

White with #613F45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613F45; }

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

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

background-color css

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

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

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

border-color css

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

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

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