#613A4B

Color #613A4B Tawny Port (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tawny Port #613A4B

Tints of Tawny Port #613A4B

Color information

#613A4B (or 0x613A4B) is unknown color: approx Tawny Port. HEX triplet: 61, 3A and 4B. RGB value is (97,58,75). Sum of RGB (Red+Green+Blue) = 97+58+75=230 (30% of max value = 765). Red value is 97 (38.28% from 255 or 42.17% from 230); Green value is 58 (23.05% from 255 or 25.22% from 230); Blue value is 75 (29.69% from 255 or 32.61% from 230); Max value from RGB is 97 - color contains mainly: red. Hex color #613A4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613A4B is #9EC5B4. Grayscale: #474747. Windows color (decimal): -10405301 or 4930145. OLE color: 4930145.

HSL color Cylindrical-coordinate representation of color #613A4B: hue angle of 333.85º degrees, saturation: 0.25, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #613A4B is Cyan = 0, Magento = 0.40, Yellow = 0.23 and Black (K on CMYK) = 0.62.

Color convert

RGB975875-
CMYK00.400.230.62
HSL333.85º25.16%30.39%-
HSV(B)333.85º40.21%38.04%-
XYZ7.716.087.42-
YUV71.6129.92146.12-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 42.17%
GREEN value IS 58 (23.05% from 255) = 25.22%
BLUE value IS 75 (29.69% from 255) = 32.61%
R=42.17%
G=25.22%
B=32.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.23
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97587500.400.230.62333.8525.1630.39
Hex613A4B028173E14e191e
Octal1417211305027765163136
Binary110000111101010010110101000101111111101010011101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613A4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #613A4B;
 }
 .AnyTagClassName
 {
   color: #613A4B;
 }
</style>
background-color css

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

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

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

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

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

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