#633F40

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

Shades of Tosca #633F40

Tints of Tosca #633F40

Color information

#633F40 (or 0x633F40) is unknown color: approx Tosca. HEX triplet: 63, 3F and 40. RGB value is (99,63,64). Sum of RGB (Red+Green+Blue) = 99+63+64=226 (29% of max value = 765). Red value is 99 (39.06% from 255 or 43.81% from 226); Green value is 63 (25% from 255 or 27.88% from 226); Blue value is 64 (25.39% from 255 or 28.32% from 226); Max value from RGB is 99 - color contains mainly: red. Hex color #633F40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #633F40 is #9CC0BF. Grayscale: #494949. Windows color (decimal): -10272960 or 4210531. OLE color: 4210531.

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

Color convert

RGB996364-
CMYK00.360.350.61
HSL358.33º22.22%31.76%-
HSV(B)358.33º36.36%38.82%-
XYZ7.856.585.71-
YUV73.88122.43145.92-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 43.81%
GREEN value IS 63 (25% from 255) = 27.88%
BLUE value IS 64 (25.39% from 255) = 28.32%
R=43.81%
G=27.88%
B=28.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.35
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99636400.360.350.61358.3322.2231.76
Hex633F40024233D1661620
Octal1437710004443755462640
Binary11000111111111000000010010010001111110110110011010110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #633F40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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