#68504F

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

Shades of Buccaneer #68504F

Tints of Buccaneer #68504F

Color information

#68504F (or 0x68504F) is unknown color: approx Buccaneer. HEX triplet: 68, 50 and 4F. RGB value is (104,80,79). Sum of RGB (Red+Green+Blue) = 104+80+79=263 (34% of max value = 765). Red value is 104 (41.02% from 255 or 39.54% from 263); Green value is 80 (31.64% from 255 or 30.42% from 263); Blue value is 79 (31.25% from 255 or 30.04% from 263); Max value from RGB is 104 - color contains mainly: red. Hex color #68504F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68504F is #97AFB0. Grayscale: #575757. Windows color (decimal): -9940913 or 5197928. OLE color: 5197928.

HSL color Cylindrical-coordinate representation of color #68504F: hue angle of 2.4º degrees, saturation: 0.14, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #68504F is Cyan = 0, Magento = 0.23, Yellow = 0.24 and Black (K on CMYK) = 0.59.

Color convert

RGB1048079-
CMYK00.230.240.59
HSL2.4º13.66%35.88%-
HSV(B)2.4º24.04%40.78%-
XYZ9.999.248.66-
YUV87.06123.45140.08-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 39.54%
GREEN value IS 80 (31.64% from 255) = 30.42%
BLUE value IS 79 (31.25% from 255) = 30.04%
R=39.54%
G=30.42%
B=30.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.24
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104807900.230.240.592.413.6635.88
Hex68504F017183B2e24
Octal150120117027307321644
Binary11010001010000100111101011111000111011101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68504F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68504F; }

 p { color: rgb(104,80,79); }

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

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

 a { background-color: rgb(104,80,79); }

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

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

 span { border-color: rgb(104,80,79); }

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