Shades of Tosca #663D3E
Tints of Tosca #663D3E
RGB
CMYK
RGB Variations
Color information
#663D3E (or 0x663D3E) is known color: Tosca. HEX triplet: 66, 3D and 3E. RGB value is (102,61,62). Sum of RGB (Red+Green+Blue) = 102+61+62=225 (29% of max value = 765). Red value is 102 (40.23% from 255 or 45.33% from 225); Green value is 61 (24.22% from 255 or 27.11% from 225); Blue value is 62 (24.61% from 255 or 27.56% from 225); Max value from RGB is 102 - color contains mainly: red. Hex color #663D3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663D3E is #99C2C1. Grayscale: #494949. Windows color (decimal): -10076866 or 4078950. OLE color: 4078950.
HSL color Cylindrical-coordinate representation of color #663D3E: hue angle of 358.54º 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 #663D3E is Cyan = 0, Magento = 0.40, Yellow = 0.39 and Black (K on CMYK) = 0.6.
Color convert
RGB | 102 | 61 | 62 | - |
CMYK | 0 | 0.40 | 0.39 | 0.6 |
HSL | 358.54º | 0.25% | 0.32% | - |
HSV(B) | 358.54º | 0.4% | 0.4% | - |
XYZ | 8.02 | 6.51 | 5.39 | - |
YUV | 73.37 | 121.58 | 148.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 102 | 61 | 62 | 0 | 0.40 | 0.39 | 0.6 | 358.54 | 0.25 | 0.32 |
Hex | 66 | 3D | 3E | 0 | 28 | 27 | 3C | 167 | 19 | 20 |
Octal | 146 | 75 | 76 | 0 | 50 | 47 | 74 | 547 | 31 | 40 |
Binary | 1100110 | 111101 | 111110 | 0 | 101000 | 100111 | 111100 | 101100111 | 11001 | 100000 |
Color Harmonies of #663D3E
Complementary color
Monochromatic Colors of #663D3E
Black with #663D3E
Text Example
Text Example
White with #663D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663D3E; }
p { color: rgb(102,61,62); }
H1.HeaderClassName
{
color: #663D3E;
}
.AnyTagClassName
{
color: #663D3E;
}
</style>
background-color css
<style>
a { background-color: #663D3E; }
a { background-color: rgb(102,61,62); }
div.DivClassName
{
background-color: #663D3E;
}
.BgClassName
{
background-color: #663D3E;
}
</style>
border-color css
<style>
span { border-color: #663D3E; }
span { border-color: rgb(102,61,62); }
td.TdClassName
{
border-color: #663D3E;
}
.TagClassName
{
border-color: #663D3E;
}
</style>