Html Css Color HEX #613E4B Tawny Port

📋 copy color: '#613E4B'

red 97 ◦ green 62 ◦ blue 75

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

Shades of Tawny Port #613E4B

Tints of Tawny Port #613E4B

RGB

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

 GREEN value IS 62 (24.61% from 255) = 26.5%

 BLUE value IS 75 (29.69% from 255) = 32.05%

R = 41.45%
G = 26.5%
B = 32.05%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.23

 K value IS 0.62

RGB Variations

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

Color information

#613E4B (or 0x613E4B) is known color: Tawny Port. HEX triplet: 61, 3E and 4B. RGB value is (97,62,75). Sum of RGB (Red+Green+Blue) = 97+62+75=234 (30% of max value = 765). Red value is 97 (38.28% from 255 or 41.45% from 234); Green value is 62 (24.61% from 255 or 26.50% from 234); Blue value is 75 (29.69% from 255 or 32.05% from 234); Max value from RGB is 97 - color contains mainly: red. Hex color #613E4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613E4B is #9EC1B4. Grayscale: #494949. Windows color (decimal): -10404277 or 4931169. OLE color: 4931169.

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

Color convert

RGB 97 62 75 -
CMYK 0 0.36 0.23 0.62
HSL 337.71º 0.22% 0.31% -
HSV(B) 337.71º 0.36% 0.38% -
XYZ 7.92 6.49 7.49 -
YUV 73.95 128.6 144.44 -
System Red Green Blue C M Y K H S L
Decimal 97 62 75 0 0.36 0.23 0.62 337.71 0.22 0.31
Hex 61 3E 4B 0 24 17 3E 152 16 1F
Octal 141 76 113 0 44 27 76 522 26 37
Binary 1100001 111110 1001011 0 100100 10111 111110 101010010 10110 11111

Color Harmonies of #613E4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613E4B

Black with #613E4B

Text Example


Text Example

White with #613E4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,62,75); }

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

background-color css

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

 a { background-color: rgb(97,62,75); }

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

border-color css

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

 span { border-color: rgb(97,62,75); }

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