#654849

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

Shades of Tosca #654849

Tints of Tosca #654849

Color information

#654849 (or 0x654849) is unknown color: approx Tosca. HEX triplet: 65, 48 and 49. RGB value is (101,72,73). Sum of RGB (Red+Green+Blue) = 101+72+73=246 (32% of max value = 765). Red value is 101 (39.84% from 255 or 41.06% from 246); Green value is 72 (28.52% from 255 or 29.27% from 246); Blue value is 73 (28.91% from 255 or 29.67% from 246); Max value from RGB is 101 - color contains mainly: red. Hex color #654849 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #654849 is #9AB7B6. Grayscale: #505050. Windows color (decimal): -10139575 or 4802661. OLE color: 4802661.

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

Color convert

RGB1017273-
CMYK00.290.280.60
HSL357.93º16.76%33.92%-
HSV(B)357.93º28.71%39.61%-
XYZ8.897.887.36-
YUV80.78123.61142.42-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 41.06%
GREEN value IS 72 (28.52% from 255) = 29.27%
BLUE value IS 73 (28.91% from 255) = 29.67%
R=41.06%
G=29.27%
B=29.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.28
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101727300.290.280.60357.9316.7633.92
Hex65484901D1C3C1661122
Octal14511011103534745462142
Binary1100101100100010010010111011110011110010110011010001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #654849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #654849; }

 p { color: rgb(101,72,73); }

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

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

 a { background-color: rgb(101,72,73); }

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

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

 span { border-color: rgb(101,72,73); }

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