#633E40

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

Shades of Tosca #633E40

Tints of Tosca #633E40

Color information

#633E40 (or 0x633E40) is unknown color: approx Tosca. HEX triplet: 63, 3E and 40. RGB value is (99,62,64). Sum of RGB (Red+Green+Blue) = 99+62+64=225 (29% of max value = 765). Red value is 99 (39.06% from 255 or 44% from 225); Green value is 62 (24.61% from 255 or 27.56% from 225); Blue value is 64 (25.39% from 255 or 28.44% from 225); Max value from RGB is 99 - color contains mainly: red. Hex color #633E40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #633E40 is #9CC1BF. Grayscale: #494949. Windows color (decimal): -10273216 or 4210275. OLE color: 4210275.

HSL color Cylindrical-coordinate representation of color #633E40: hue angle of 356.76º degrees, saturation: 0.23, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #633E40 is Cyan = 0, Magento = 0.37, Yellow = 0.35 and Black (K on CMYK) = 0.61.

Color convert

RGB996264-
CMYK00.370.350.61
HSL356.76º22.98%31.57%-
HSV(B)356.76º37.37%38.82%-
XYZ7.796.475.69-
YUV73.29122.76146.34-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 44%
GREEN value IS 62 (24.61% from 255) = 27.56%
BLUE value IS 64 (25.39% from 255) = 28.44%
R=44%
G=27.56%
B=28.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.35
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99626400.370.350.61356.7622.9831.57
Hex633E40025233D1651720
Octal1437610004543755452740
Binary11000111111101000000010010110001111110110110010110111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #633E40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #633E40; }

 p { color: rgb(99,62,64); }

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

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

 a { background-color: rgb(99,62,64); }

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

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

 span { border-color: rgb(99,62,64); }

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