Shades of Buccaneer #634D4D
Tints of Buccaneer #634D4D
RGB
CMYK
RGB Variations
Color information
#634D4D (or 0x634D4D) is known color: Buccaneer. HEX triplet: 63, 4D and 4D. RGB value is (99,77,77). Sum of RGB (Red+Green+Blue) = 99+77+77=253 (33% of max value = 765). Red value is 99 (39.06% from 255 or 39.13% from 253); Green value is 77 (30.47% from 255 or 30.43% from 253); Blue value is 77 (30.47% from 255 or 30.43% from 253); Max value from RGB is 99 - color contains mainly: red. Hex color #634D4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #634D4D is #9CB2B2. Grayscale: #535353. Windows color (decimal): -10269363 or 5066083. OLE color: 5066083.
HSL color Cylindrical-coordinate representation of color #634D4D: hue angle of 0º degrees, saturation: 0.12, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #634D4D is Cyan = 0, Magento = 0.22, Yellow = 0.22 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 77 | 77 | - |
| CMYK | 0 | 0.22 | 0.22 | 0.61 |
| HSL | 0º | 0.13% | 0.35% | - |
| HSV(B) | 0º | 0.22% | 0.39% | - |
| XYZ | 9.14 | 8.5 | 8.18 | - |
| YUV | 83.58 | 124.29 | 139 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 77 | 77 | 0 | 0.22 | 0.22 | 0.61 | 0 | 0.13 | 0.35 |
| Hex | 63 | 4D | 4D | 0 | 16 | 16 | 3D | 0 | C | 23 |
| Octal | 143 | 115 | 115 | 0 | 26 | 26 | 75 | 0 | 14 | 43 |
| Binary | 1100011 | 1001101 | 1001101 | 0 | 10110 | 10110 | 111101 | 0 | 1100 | 100011 |
Color Harmonies of #634D4D
Complementary color
Monochromatic Colors of #634D4D
Black with #634D4D
Text Example
Text Example
White with #634D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #634D4D; }
p { color: rgb(99,77,77); }
H1.HeaderClassName
{
color: #634D4D;
}
.AnyTagClassName
{
color: #634D4D;
}
</style>
background-color css
<style>
a { background-color: #634D4D; }
a { background-color: rgb(99,77,77); }
div.DivClassName
{
background-color: #634D4D;
}
.BgClassName
{
background-color: #634D4D;
}
</style>
border-color css
<style>
span { border-color: #634D4D; }
span { border-color: rgb(99,77,77); }
td.TdClassName
{
border-color: #634D4D;
}
.TagClassName
{
border-color: #634D4D;
}
</style>