#653E41

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

Shades of Tosca #653E41

Tints of Tosca #653E41

Color information

#653E41 (or 0x653E41) is unknown color: approx Tosca. HEX triplet: 65, 3E and 41. RGB value is (101,62,65). Sum of RGB (Red+Green+Blue) = 101+62+65=228 (30% of max value = 765). Red value is 101 (39.84% from 255 or 44.30% from 228); Green value is 62 (24.61% from 255 or 27.19% from 228); Blue value is 65 (25.78% from 255 or 28.51% from 228); Max value from RGB is 101 - color contains mainly: red. Hex color #653E41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #653E41 is #9AC1BE. Grayscale: #4A4A4A. Windows color (decimal): -10142143 or 4275813. OLE color: 4275813.

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

Color convert

RGB1016265-
CMYK00.390.360.60
HSL355.38º23.93%31.96%-
HSV(B)355.38º38.61%39.61%-
XYZ8.046.595.85-
YUV74122.92147.26-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 44.30%
GREEN value IS 62 (24.61% from 255) = 27.19%
BLUE value IS 65 (25.78% from 255) = 28.51%
R=44.30%
G=27.19%
B=28.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.36
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101626500.390.360.60355.3823.9331.96
Hex653E41027243C1631820
Octal1457610104744745433040
Binary11001011111101000001010011110010011110010110001111000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #653E41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,62,65); }

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

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

 a { background-color: rgb(101,62,65); }

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

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

 span { border-color: rgb(101,62,65); }

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