#665250

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

Shades of Buccaneer #665250

Tints of Buccaneer #665250

Color information

#665250 (or 0x665250) is unknown color: approx Buccaneer. HEX triplet: 66, 52 and 50. RGB value is (102,82,80). Sum of RGB (Red+Green+Blue) = 102+82+80=264 (34% of max value = 765). Red value is 102 (40.23% from 255 or 38.64% from 264); Green value is 82 (32.42% from 255 or 31.06% from 264); Blue value is 80 (31.64% from 255 or 30.30% from 264); Max value from RGB is 102 - color contains mainly: red. Hex color #665250 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665250 is #99ADAF. Grayscale: #575757. Windows color (decimal): -10071472 or 5263974. OLE color: 5263974.

HSL color Cylindrical-coordinate representation of color #665250: hue angle of 5.45º degrees, saturation: 0.12, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #665250 is Cyan = 0, Magento = 0.20, Yellow = 0.22 and Black (K on CMYK) = 0.6.

Color convert

RGB1028280-
CMYK00.200.220.6
HSL5.45º12.09%35.69%-
HSV(B)5.45º21.57%40%-
XYZ9.949.448.89-
YUV87.75123.63138.16-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 38.64%
GREEN value IS 82 (32.42% from 255) = 31.06%
BLUE value IS 80 (31.64% from 255) = 30.30%
R=38.64%
G=31.06%
B=30.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.22
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102828000.200.220.65.4512.0935.69
Hex665250014163C5c24
Octal146122120024267451444
Binary110011010100101010000010100101101111001011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #665250; }

 p { color: rgb(102,82,80); }

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

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

 a { background-color: rgb(102,82,80); }

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

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

 span { border-color: rgb(102,82,80); }

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