#613F46

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

Shades of Tawny Port #613F46

Tints of Tawny Port #613F46

Color information

#613F46 (or 0x613F46) is unknown color: approx Tawny Port. HEX triplet: 61, 3F and 46. RGB value is (97,63,70). Sum of RGB (Red+Green+Blue) = 97+63+70=230 (30% of max value = 765). Red value is 97 (38.28% from 255 or 42.17% from 230); Green value is 63 (25% from 255 or 27.39% from 230); Blue value is 70 (27.73% from 255 or 30.43% from 230); Max value from RGB is 97 - color contains mainly: red. Hex color #613F46 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613F46 is #9EC0B9. Grayscale: #494949. Windows color (decimal): -10404026 or 4603745. OLE color: 4603745.

HSL color Cylindrical-coordinate representation of color #613F46: hue angle of 347.65º 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 #613F46 is Cyan = 0, Magento = 0.35, Yellow = 0.28 and Black (K on CMYK) = 0.62.

Color convert

RGB976370-
CMYK00.350.280.62
HSL347.65º21.25%31.37%-
HSV(B)347.65º35.05%38.04%-
XYZ7.816.546.64-
YUV73.96125.76144.43-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 42.17%
GREEN value IS 63 (25% from 255) = 27.39%
BLUE value IS 70 (27.73% from 255) = 30.43%
R=42.17%
G=27.39%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.28
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97637000.350.280.62347.6521.2531.37
Hex613F460231C3E15c151f
Octal1417710604334765342537
Binary110000111111110001100100011111001111101010111001010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613F46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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