#665351

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

Shades of Buccaneer #665351

Tints of Buccaneer #665351

Color information

#665351 (or 0x665351) is unknown color: approx Buccaneer. HEX triplet: 66, 53 and 51. RGB value is (102,83,81). Sum of RGB (Red+Green+Blue) = 102+83+81=266 (35% of max value = 765). Red value is 102 (40.23% from 255 or 38.35% from 266); Green value is 83 (32.81% from 255 or 31.20% from 266); Blue value is 81 (32.03% from 255 or 30.45% from 266); Max value from RGB is 102 - color contains mainly: red. Hex color #665351 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665351 is #99ACAE. Grayscale: #585858. Windows color (decimal): -10071215 or 5329766. OLE color: 5329766.

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

Color convert

RGB1028381-
CMYK00.190.210.6
HSL5.71º11.48%35.88%-
HSV(B)5.71º20.59%40%-
XYZ10.069.619.11-
YUV88.45123.79137.66-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 38.35%
GREEN value IS 83 (32.81% from 255) = 31.20%
BLUE value IS 81 (32.03% from 255) = 30.45%
R=38.35%
G=31.20%
B=30.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.21
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102838100.190.210.65.7111.4835.88
Hex665351013153C6b24
Octal146123121023257461344
Binary110011010100111010001010011101011111001101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #665351; }

 p { color: rgb(102,83,81); }

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

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

 a { background-color: rgb(102,83,81); }

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

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

 span { border-color: rgb(102,83,81); }

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