#624048

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

Shades of Tawny Port #624048

Tints of Tawny Port #624048

Color information

#624048 (or 0x624048) is unknown color: approx Tawny Port. HEX triplet: 62, 40 and 48. RGB value is (98,64,72). Sum of RGB (Red+Green+Blue) = 98+64+72=234 (30% of max value = 765). Red value is 98 (38.67% from 255 or 41.88% from 234); Green value is 64 (25.39% from 255 or 27.35% from 234); Blue value is 72 (28.52% from 255 or 30.77% from 234); Max value from RGB is 98 - color contains mainly: red. Hex color #624048 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #624048 is #9DBFB7. Grayscale: #4B4B4B. Windows color (decimal): -10338232 or 4735074. OLE color: 4735074.

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

Color convert

RGB986472-
CMYK00.350.270.62
HSL345.88º20.99%31.76%-
HSV(B)345.88º34.69%38.43%-
XYZ8.046.737.01-
YUV75.08126.26144.35-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 41.88%
GREEN value IS 64 (25.39% from 255) = 27.35%
BLUE value IS 72 (28.52% from 255) = 30.77%
R=41.88%
G=27.35%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.27
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98647200.350.270.62345.8820.9931.76
Hex6240480231B3E15a1520
Octal14210011004333765322540
Binary11000101000000100100001000111101111111010101101010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #624048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #624048; }

 p { color: rgb(98,64,72); }

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

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

 a { background-color: rgb(98,64,72); }

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

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

 span { border-color: rgb(98,64,72); }

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