#633F42

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

Shades of Tosca #633F42

Tints of Tosca #633F42

Color information

#633F42 (or 0x633F42) is unknown color: approx Tosca. HEX triplet: 63, 3F and 42. RGB value is (99,63,66). Sum of RGB (Red+Green+Blue) = 99+63+66=228 (30% of max value = 765). Red value is 99 (39.06% from 255 or 43.42% from 228); Green value is 63 (25% from 255 or 27.63% from 228); Blue value is 66 (26.17% from 255 or 28.95% from 228); Max value from RGB is 99 - color contains mainly: red. Hex color #633F42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #633F42 is #9CC0BD. Grayscale: #4A4A4A. Windows color (decimal): -10272958 or 4341603. OLE color: 4341603.

HSL color Cylindrical-coordinate representation of color #633F42: hue angle of 355º 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 #633F42 is Cyan = 0, Magento = 0.36, Yellow = 0.33 and Black (K on CMYK) = 0.61.

Color convert

RGB996366-
CMYK00.360.330.61
HSL355º22.22%31.76%-
HSV(B)355º36.36%38.82%-
XYZ7.916.66.01-
YUV74.11123.43145.76-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 43.42%
GREEN value IS 63 (25% from 255) = 27.63%
BLUE value IS 66 (26.17% from 255) = 28.95%
R=43.42%
G=27.63%
B=28.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.33
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99636600.360.330.6135522.2231.76
Hex633F42024213D1631620
Octal1437710204441755432640
Binary11000111111111000010010010010000111110110110001110110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #633F42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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