#623248

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

Shades of Tawny Port #623248

Tints of Tawny Port #623248

Color information

#623248 (or 0x623248) is unknown color: approx Tawny Port. HEX triplet: 62, 32 and 48. RGB value is (98,50,72). Sum of RGB (Red+Green+Blue) = 98+50+72=220 (29% of max value = 765). Red value is 98 (38.67% from 255 or 44.55% from 220); Green value is 50 (19.92% from 255 or 22.73% from 220); Blue value is 72 (28.52% from 255 or 32.73% from 220); Max value from RGB is 98 - color contains mainly: red. Hex color #623248 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #623248 is #9DCDB7. Grayscale: #424242. Windows color (decimal): -10341816 or 4731490. OLE color: 4731490.

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

Color convert

RGB985072-
CMYK00.490.270.62
HSL332.5º32.43%29.02%-
HSV(B)332.5º48.98%38.43%-
XYZ7.355.356.78-
YUV66.86130.9150.21-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 44.55%
GREEN value IS 50 (19.92% from 255) = 22.73%
BLUE value IS 72 (28.52% from 255) = 32.73%
R=44.55%
G=22.73%
B=32.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.27
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98507200.490.270.62332.532.4329.02
Hex6232480311B3E14c201d
Octal1426211006133765144035
Binary1100010110010100100001100011101111111010100110010000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #623248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #623248; }

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

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

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

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

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

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

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

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