#665554

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

Shades of Buccaneer #665554

Tints of Buccaneer #665554

Color information

#665554 (or 0x665554) is unknown color: approx Buccaneer. HEX triplet: 66, 55 and 54. RGB value is (102,85,84). Sum of RGB (Red+Green+Blue) = 102+85+84=271 (35% of max value = 765). Red value is 102 (40.23% from 255 or 37.64% from 271); Green value is 85 (33.59% from 255 or 31.37% from 271); Blue value is 84 (33.20% from 255 or 31.00% from 271); Max value from RGB is 102 - color contains mainly: red. Hex color #665554 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665554 is #99AAAB. Grayscale: #595959. Windows color (decimal): -10070700 or 5526886. OLE color: 5526886.

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

Color convert

RGB1028584-
CMYK00.170.180.6
HSL3.33º9.68%36.47%-
HSV(B)3.33º17.65%40%-
XYZ10.339.969.77-
YUV89.97124.63136.58-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 37.64%
GREEN value IS 85 (33.59% from 255) = 31.37%
BLUE value IS 84 (33.20% from 255) = 31.00%
R=37.64%
G=31.37%
B=31.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.18
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102858400.170.180.63.339.6836.47
Hex665554011123C3a24
Octal146125124021227431244
Binary11001101010101101010001000110010111100111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #665554; }

 p { color: rgb(102,85,84); }

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

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

 a { background-color: rgb(102,85,84); }

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

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

 span { border-color: rgb(102,85,84); }

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