#653F40

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

Shades of Tosca #653F40

Tints of Tosca #653F40

Color information

#653F40 (or 0x653F40) is unknown color: approx Tosca. HEX triplet: 65, 3F and 40. RGB value is (101,63,64). Sum of RGB (Red+Green+Blue) = 101+63+64=228 (30% of max value = 765). Red value is 101 (39.84% from 255 or 44.30% from 228); Green value is 63 (25% from 255 or 27.63% from 228); Blue value is 64 (25.39% from 255 or 28.07% from 228); Max value from RGB is 101 - color contains mainly: red. Hex color #653F40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #653F40 is #9AC0BF. Grayscale: #4A4A4A. Windows color (decimal): -10141888 or 4210533. OLE color: 4210533.

HSL color Cylindrical-coordinate representation of color #653F40: hue angle of 358.42º degrees, saturation: 0.23, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #653F40 is Cyan = 0, Magento = 0.38, Yellow = 0.37 and Black (K on CMYK) = 0.60.

Color convert

RGB1016364-
CMYK00.380.370.60
HSL358.42º23.17%32.16%-
HSV(B)358.42º37.62%39.61%-
XYZ8.076.695.72-
YUV74.48122.09146.92-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 44.30%
GREEN value IS 63 (25% from 255) = 27.63%
BLUE value IS 64 (25.39% from 255) = 28.07%
R=44.30%
G=27.63%
B=28.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.37
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101636400.380.370.60358.4223.1732.16
Hex653F40026253C1661720
Octal1457710004645745462740
Binary11001011111111000000010011010010111110010110011010111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #653F40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #653F40; }

 p { color: rgb(101,63,64); }

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

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

 a { background-color: rgb(101,63,64); }

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

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

 span { border-color: rgb(101,63,64); }

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