#685654

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

Shades of Buccaneer #685654

Tints of Buccaneer #685654

Color information

#685654 (or 0x685654) is unknown color: approx Buccaneer. HEX triplet: 68, 56 and 54. RGB value is (104,86,84). Sum of RGB (Red+Green+Blue) = 104+86+84=274 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.96% from 274); Green value is 86 (33.98% from 255 or 31.39% from 274); Blue value is 84 (33.20% from 255 or 30.66% from 274); Max value from RGB is 104 - color contains mainly: red. Hex color #685654 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685654 is #97A9AB. Grayscale: #5B5B5B. Windows color (decimal): -9939372 or 5527144. OLE color: 5527144.

HSL color Cylindrical-coordinate representation of color #685654: hue angle of 6º degrees, saturation: 0.11, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #685654 is Cyan = 0, Magento = 0.17, Yellow = 0.19 and Black (K on CMYK) = 0.59.

Color convert

RGB1048684-
CMYK00.170.190.59
HSL10.64%36.86%-
HSV(B)19.23%40.78%-
XYZ10.6410.249.8-
YUV91.15123.96137.16-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 37.96%
GREEN value IS 86 (33.98% from 255) = 31.39%
BLUE value IS 84 (33.20% from 255) = 30.66%
R=37.96%
G=31.39%
B=30.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.19
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104868400.170.190.59610.6436.86
Hex685654011133B6b25
Octal150126124021237361345
Binary110100010101101010100010001100111110111101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685654; }

 p { color: rgb(104,86,84); }

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

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

 a { background-color: rgb(104,86,84); }

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

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

 span { border-color: rgb(104,86,84); }

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