#653245

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

Shades of Tawny Port #653245

Tints of Tawny Port #653245

Color information

#653245 (or 0x653245) is unknown color: approx Tawny Port. HEX triplet: 65, 32 and 45. RGB value is (101,50,69). Sum of RGB (Red+Green+Blue) = 101+50+69=220 (29% of max value = 765). Red value is 101 (39.84% from 255 or 45.91% from 220); Green value is 50 (19.92% from 255 or 22.73% from 220); Blue value is 69 (27.34% from 255 or 31.36% from 220); Max value from RGB is 101 - color contains mainly: red. Hex color #653245 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #653245 is #9ACDBA. Grayscale: #434343. Windows color (decimal): -10145211 or 4534885. OLE color: 4534885.

HSL color Cylindrical-coordinate representation of color #653245: hue angle of 337.65º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #653245 is Cyan = 0, Magento = 0.50, Yellow = 0.32 and Black (K on CMYK) = 0.60.

Color convert

RGB1015069-
CMYK00.500.320.60
HSL337.65º33.77%29.61%-
HSV(B)337.65º50.5%39.61%-
XYZ7.585.486.29-
YUV67.41128.9151.96-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 45.91%
GREEN value IS 50 (19.92% from 255) = 22.73%
BLUE value IS 69 (27.34% from 255) = 31.36%
R=45.91%
G=22.73%
B=31.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.32
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101506900.500.320.60337.6533.7729.61
Hex653245032203C152221e
Octal1456210506240745224236
Binary11001011100101000101011001010000011110010101001010001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #653245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #653245; }

 p { color: rgb(101,50,69); }

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

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

 a { background-color: rgb(101,50,69); }

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

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

 span { border-color: rgb(101,50,69); }

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