#652F45

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

Shades of Tawny Port #652F45

Tints of Tawny Port #652F45

Color information

#652F45 (or 0x652F45) is unknown color: approx Tawny Port. HEX triplet: 65, 2F and 45. RGB value is (101,47,69). Sum of RGB (Red+Green+Blue) = 101+47+69=217 (28% of max value = 765). Red value is 101 (39.84% from 255 or 46.54% from 217); Green value is 47 (18.75% from 255 or 21.66% from 217); Blue value is 69 (27.34% from 255 or 31.80% from 217); Max value from RGB is 101 - color contains mainly: red. Hex color #652F45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #652F45 is #9AD0BA. Grayscale: #414141. Windows color (decimal): -10145979 or 4534117. OLE color: 4534117.

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

Color convert

RGB1014769-
CMYK00.530.320.60
HSL335.56º36.49%29.02%-
HSV(B)335.56º53.47%39.61%-
XYZ7.465.236.25-
YUV65.65129.89153.21-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 46.54%
GREEN value IS 47 (18.75% from 255) = 21.66%
BLUE value IS 69 (27.34% from 255) = 31.80%
R=46.54%
G=21.66%
B=31.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.32
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101476900.530.320.60335.5636.4929.02
Hex652F45035203C150241d
Octal1455710506540745204435
Binary11001011011111000101011010110000011110010101000010010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #652F45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #652F45; }

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

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

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

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

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

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

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

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