#613342

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

Shades of Tawny Port #613342

Tints of Tawny Port #613342

Color information

#613342 (or 0x613342) is unknown color: approx Tawny Port. HEX triplet: 61, 33 and 42. RGB value is (97,51,66). Sum of RGB (Red+Green+Blue) = 97+51+66=214 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.33% from 214); Green value is 51 (20.31% from 255 or 23.83% from 214); Blue value is 66 (26.17% from 255 or 30.84% from 214); Max value from RGB is 97 - color contains mainly: red. Hex color #613342 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613342 is #9ECCBD. Grayscale: #424242. Windows color (decimal): -10407102 or 4338529. OLE color: 4338529.

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

Color convert

RGB975166-
CMYK00.470.320.62
HSL340.43º31.08%29.02%-
HSV(B)340.43º47.42%38.04%-
XYZ7.15.35.8-
YUV66.46127.74149.78-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 45.33%
GREEN value IS 51 (20.31% from 255) = 23.83%
BLUE value IS 66 (26.17% from 255) = 30.84%
R=45.33%
G=23.83%
B=30.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.32
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97516600.470.320.62340.4331.0829.02
Hex61334202F203E1541f1d
Octal1416310205740765243735
Binary1100001110011100001001011111000001111101010101001111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613342; }

 p { color: rgb(97,51,66); }

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

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

 a { background-color: rgb(97,51,66); }

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

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

 span { border-color: rgb(97,51,66); }

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