#673248

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

Shades of Tawny Port #673248

Tints of Tawny Port #673248

Color information

#673248 (or 0x673248) is unknown color: approx Tawny Port. HEX triplet: 67, 32 and 48. RGB value is (103,50,72). Sum of RGB (Red+Green+Blue) = 103+50+72=225 (29% of max value = 765). Red value is 103 (40.62% from 255 or 45.78% from 225); Green value is 50 (19.92% from 255 or 22.22% from 225); Blue value is 72 (28.52% from 255 or 32% from 225); Max value from RGB is 103 - color contains mainly: red. Hex color #673248 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #673248 is #98CDB7. Grayscale: #444444. Windows color (decimal): -10014136 or 4731495. OLE color: 4731495.

HSL color Cylindrical-coordinate representation of color #673248: hue angle of 335.09º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #673248 is Cyan = 0, Magento = 0.51, Yellow = 0.30 and Black (K on CMYK) = 0.60.

Color convert

RGB1035072-
CMYK00.510.300.60
HSL335.09º34.64%30%-
HSV(B)335.09º51.46%40.39%-
XYZ7.95.636.8-
YUV68.35130.06152.71-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 45.78%
GREEN value IS 50 (19.92% from 255) = 22.22%
BLUE value IS 72 (28.52% from 255) = 32%
R=45.78%
G=22.22%
B=32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.30
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103507200.510.300.60335.0934.6430
Hex6732480331E3C14f231e
Octal1476211006336745174336
Binary1100111110010100100001100111111011110010100111110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #673248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #673248; }

 p { color: rgb(103,50,72); }

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

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

 a { background-color: rgb(103,50,72); }

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

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

 span { border-color: rgb(103,50,72); }

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