#613243

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

Shades of Tawny Port #613243

Tints of Tawny Port #613243

Color information

#613243 (or 0x613243) is unknown color: approx Tawny Port. HEX triplet: 61, 32 and 43. RGB value is (97,50,67). Sum of RGB (Red+Green+Blue) = 97+50+67=214 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.33% from 214); Green value is 50 (19.92% from 255 or 23.36% from 214); Blue value is 67 (26.56% from 255 or 31.31% from 214); Max value from RGB is 97 - color contains mainly: red. Hex color #613243 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613243 is #9ECDBC. Grayscale: #414141. Windows color (decimal): -10407357 or 4403809. OLE color: 4403809.

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

Color convert

RGB975067-
CMYK00.480.310.62
HSL338.3º31.97%28.82%-
HSV(B)338.3º48.45%38.04%-
XYZ7.085.235.95-
YUV65.99128.57150.12-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 45.33%
GREEN value IS 50 (19.92% from 255) = 23.36%
BLUE value IS 67 (26.56% from 255) = 31.31%
R=45.33%
G=23.36%
B=31.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.31
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97506700.480.310.62338.331.9728.82
Hex6132430301F3E152201d
Octal1416210306037765224035
Binary1100001110010100001101100001111111111010101001010000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613243

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613243; }

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

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

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

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

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

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

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

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