#653042

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

Shades of Tawny Port #653042

Tints of Tawny Port #653042

Color information

#653042 (or 0x653042) is unknown color: approx Tawny Port. HEX triplet: 65, 30 and 42. RGB value is (101,48,66). Sum of RGB (Red+Green+Blue) = 101+48+66=215 (28% of max value = 765). Red value is 101 (39.84% from 255 or 46.98% from 215); Green value is 48 (19.14% from 255 or 22.33% from 215); Blue value is 66 (26.17% from 255 or 30.70% from 215); Max value from RGB is 101 - color contains mainly: red. Hex color #653042 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #653042 is #9ACFBD. Grayscale: #414141. Windows color (decimal): -10145726 or 4337765. OLE color: 4337765.

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

Color convert

RGB1014866-
CMYK00.520.350.60
HSL339.62º35.57%29.22%-
HSV(B)339.62º52.48%39.61%-
XYZ7.415.275.78-
YUV65.9128.06153.04-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 46.98%
GREEN value IS 48 (19.14% from 255) = 22.33%
BLUE value IS 66 (26.17% from 255) = 30.70%
R=46.98%
G=22.33%
B=30.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.35
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101486600.520.350.60339.6235.5729.22
Hex653042034233C154241d
Octal1456010206443745244435
Binary11001011100001000010011010010001111110010101010010010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #653042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #653042; }

 p { color: rgb(101,48,66); }

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

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

 a { background-color: rgb(101,48,66); }

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

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

 span { border-color: rgb(101,48,66); }

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