#613641

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

Shades of Tawny Port #613641

Tints of Tawny Port #613641

Color information

#613641 (or 0x613641) is unknown color: approx Tawny Port. HEX triplet: 61, 36 and 41. RGB value is (97,54,65). Sum of RGB (Red+Green+Blue) = 97+54+65=216 (28% of max value = 765). Red value is 97 (38.28% from 255 or 44.91% from 216); Green value is 54 (21.48% from 255 or 25% from 216); Blue value is 65 (25.78% from 255 or 30.09% from 216); Max value from RGB is 97 - color contains mainly: red. Hex color #613641 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613641 is #9EC9BE. Grayscale: #444444. Windows color (decimal): -10406335 or 4273761. OLE color: 4273761.

HSL color Cylindrical-coordinate representation of color #613641: hue angle of 344.65º degrees, saturation: 0.28, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #613641 is Cyan = 0, Magento = 0.44, Yellow = 0.33 and Black (K on CMYK) = 0.62.

Color convert

RGB975465-
CMYK00.440.330.62
HSL344.65º28.48%29.61%-
HSV(B)344.65º44.33%38.04%-
XYZ7.25.565.69-
YUV68.11126.25148.61-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 44.91%
GREEN value IS 54 (21.48% from 255) = 25%
BLUE value IS 65 (25.78% from 255) = 30.09%
R=44.91%
G=25%
B=30.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.33
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97546500.440.330.62344.6528.4829.61
Hex61364102C213E1591c1e
Octal1416610105441765313436
Binary1100001110110100000101011001000011111101010110011110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613641

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613641; }

 p { color: rgb(97,54,65); }

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

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

 a { background-color: rgb(97,54,65); }

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

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

 span { border-color: rgb(97,54,65); }

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