Shades of Buccaneer #665352
Tints of Buccaneer #665352
RGB
CMYK
RGB Variations
Color information
#665352 (or 0x665352) is known color: Buccaneer. HEX triplet: 66, 53 and 52. RGB value is (102,83,82). Sum of RGB (Red+Green+Blue) = 102+83+82=267 (35% of max value = 765). Red value is 102 (40.23% from 255 or 38.20% from 267); Green value is 83 (32.81% from 255 or 31.09% from 267); Blue value is 82 (32.42% from 255 or 30.71% from 267); Max value from RGB is 102 - color contains mainly: red. Hex color #665352 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665352 is #99ACAD. Grayscale: #585858. Windows color (decimal): -10071214 or 5395302. OLE color: 5395302.
HSL color Cylindrical-coordinate representation of color #665352: hue angle of 3º degrees, saturation: 0.11, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #665352 is Cyan = 0, Magento = 0.19, Yellow = 0.20 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 83 | 82 | - |
| CMYK | 0 | 0.19 | 0.20 | 0.6 |
| HSL | 3º | 0.11% | 0.36% | - |
| HSV(B) | 3º | 0.2% | 0.4% | - |
| XYZ | 10.1 | 9.62 | 9.31 | - |
| YUV | 88.57 | 124.29 | 137.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 83 | 82 | 0 | 0.19 | 0.20 | 0.6 | 3 | 0.11 | 0.36 |
| Hex | 66 | 53 | 52 | 0 | 13 | 14 | 3C | 3 | B | 24 |
| Octal | 146 | 123 | 122 | 0 | 23 | 24 | 74 | 3 | 13 | 44 |
| Binary | 1100110 | 1010011 | 1010010 | 0 | 10011 | 10100 | 111100 | 11 | 1011 | 100100 |
Color Harmonies of #665352
Complementary color
Monochromatic Colors of #665352
Black with #665352
Text Example
Text Example
White with #665352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665352; }
p { color: rgb(102,83,82); }
H1.HeaderClassName
{
color: #665352;
}
.AnyTagClassName
{
color: #665352;
}
</style>
background-color css
<style>
a { background-color: #665352; }
a { background-color: rgb(102,83,82); }
div.DivClassName
{
background-color: #665352;
}
.BgClassName
{
background-color: #665352;
}
</style>
border-color css
<style>
span { border-color: #665352; }
span { border-color: rgb(102,83,82); }
td.TdClassName
{
border-color: #665352;
}
.TagClassName
{
border-color: #665352;
}
</style>