Shades of William #636C6A
Tints of William #636C6A
RGB
CMYK
RGB Variations
Color information
#636C6A (or 0x636C6A) is known color: William. HEX triplet: 63, 6C and 6A. RGB value is (99,108,106). Sum of RGB (Red+Green+Blue) = 99+108+106=313 (41% of max value = 765). Red value is 99 (39.06% from 255 or 31.63% from 313); Green value is 108 (42.58% from 255 or 34.50% from 313); Blue value is 106 (41.80% from 255 or 33.87% from 313); Max value from RGB is 108 - color contains mainly: green. Hex color #636C6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #636C6A is #9C9395. Grayscale: #696969. Windows color (decimal): -10261398 or 6974563. OLE color: 6974563.
HSL color Cylindrical-coordinate representation of color #636C6A: hue angle of 166.67º degrees, saturation: 0.04, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #636C6A is Cyan = 0.08, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 99 | 108 | 106 | - |
| CMYK | 0.08 | 0 | 0.02 | 0.58 |
| HSL | 166.67º | 0.04% | 0.41% | - |
| HSV(B) | 166.67º | 0.08% | 0.42% | - |
| XYZ | 13.11 | 14.42 | 15.73 | - |
| YUV | 105.08 | 128.52 | 123.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 108 | 106 | 0.08 | 0 | 0.02 | 0.58 | 166.67 | 0.04 | 0.41 |
| Hex | 63 | 6C | 6A | 8 | 0 | 2 | 3A | A7 | 4 | 29 |
| Octal | 143 | 154 | 152 | 10 | 0 | 2 | 72 | 247 | 4 | 51 |
| Binary | 1100011 | 1101100 | 1101010 | 1000 | 0 | 10 | 111010 | 10100111 | 100 | 101001 |
Color Harmonies of #636C6A
Complementary color
Monochromatic Colors of #636C6A
Black with #636C6A
Text Example
Text Example
White with #636C6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #636C6A; }
p { color: rgb(99,108,106); }
H1.HeaderClassName
{
color: #636C6A;
}
.AnyTagClassName
{
color: #636C6A;
}
</style>
background-color css
<style>
a { background-color: #636C6A; }
a { background-color: rgb(99,108,106); }
div.DivClassName
{
background-color: #636C6A;
}
.BgClassName
{
background-color: #636C6A;
}
</style>
border-color css
<style>
span { border-color: #636C6A; }
span { border-color: rgb(99,108,106); }
td.TdClassName
{
border-color: #636C6A;
}
.TagClassName
{
border-color: #636C6A;
}
</style>