#653D3F

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

Shades of Tosca #653D3F

Tints of Tosca #653D3F

Color information

#653D3F (or 0x653D3F) is unknown color: approx Tosca. HEX triplet: 65, 3D and 3F. RGB value is (101,61,63). Sum of RGB (Red+Green+Blue) = 101+61+63=225 (29% of max value = 765). Red value is 101 (39.84% from 255 or 44.89% from 225); Green value is 61 (24.22% from 255 or 27.11% from 225); Blue value is 63 (25% from 255 or 28% from 225); Max value from RGB is 101 - color contains mainly: red. Hex color #653D3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #653D3F is #9AC2C0. Grayscale: #494949. Windows color (decimal): -10142401 or 4144485. OLE color: 4144485.

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

Color convert

RGB1016163-
CMYK00.400.380.60
HSL357º24.69%31.76%-
HSV(B)357º39.6%39.61%-
XYZ7.936.465.53-
YUV73.19122.25147.84-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 44.89%
GREEN value IS 61 (24.22% from 255) = 27.11%
BLUE value IS 63 (25% from 255) = 28%
R=44.89%
G=27.11%
B=28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.38
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101616300.400.380.6035724.6931.76
Hex653D3F028263C1651920
Octal145757705046745453140
Binary1100101111101111111010100010011011110010110010111001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #653D3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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