#613C43

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

Shades of Tawny Port #613C43

Tints of Tawny Port #613C43

Color information

#613C43 (or 0x613C43) is unknown color: approx Tawny Port. HEX triplet: 61, 3C and 43. RGB value is (97,60,67). Sum of RGB (Red+Green+Blue) = 97+60+67=224 (29% of max value = 765). Red value is 97 (38.28% from 255 or 43.30% from 224); Green value is 60 (23.83% from 255 or 26.79% from 224); Blue value is 67 (26.56% from 255 or 29.91% from 224); Max value from RGB is 97 - color contains mainly: red. Hex color #613C43 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613C43 is #9EC3BC. Grayscale: #474747. Windows color (decimal): -10404797 or 4406369. OLE color: 4406369.

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

Color convert

RGB976067-
CMYK00.380.310.62
HSL348.65º23.57%30.78%-
HSV(B)348.65º38.14%38.04%-
XYZ7.566.186.1-
YUV71.86125.26145.93-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 43.30%
GREEN value IS 60 (23.83% from 255) = 26.79%
BLUE value IS 67 (26.56% from 255) = 29.91%
R=43.30%
G=26.79%
B=29.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.31
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97606700.380.310.62348.6523.5730.78
Hex613C430261F3E15d181f
Octal1417410304637765353037
Binary110000111110010000110100110111111111101010111011100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613C43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,60,67); }

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

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

 a { background-color: rgb(97,60,67); }

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

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

 span { border-color: rgb(97,60,67); }

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