#685552

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

Shades of Buccaneer #685552

Tints of Buccaneer #685552

Color information

#685552 (or 0x685552) is unknown color: approx Buccaneer. HEX triplet: 68, 55 and 52. RGB value is (104,85,82). Sum of RGB (Red+Green+Blue) = 104+85+82=271 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.38% from 271); Green value is 85 (33.59% from 255 or 31.37% from 271); Blue value is 82 (32.42% from 255 or 30.26% from 271); Max value from RGB is 104 - color contains mainly: red. Hex color #685552 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685552 is #97AAAD. Grayscale: #5A5A5A. Windows color (decimal): -9939630 or 5395816. OLE color: 5395816.

HSL color Cylindrical-coordinate representation of color #685552: hue angle of 8.18º degrees, saturation: 0.12, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #685552 is Cyan = 0, Magento = 0.18, Yellow = 0.21 and Black (K on CMYK) = 0.59.

Color convert

RGB1048582-
CMYK00.180.210.59
HSL8.18º11.83%36.47%-
HSV(B)8.18º21.15%40.78%-
XYZ10.4810.059.37-
YUV90.34123.29137.74-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 38.38%
GREEN value IS 85 (33.59% from 255) = 31.37%
BLUE value IS 82 (32.42% from 255) = 30.26%
R=38.38%
G=31.37%
B=30.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.21
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104858200.180.210.598.1811.8336.47
Hex685552012153B8c24
Octal1501251220222573101444
Binary1101000101010110100100100101010111101110001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685552; }

 p { color: rgb(104,85,82); }

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

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

 a { background-color: rgb(104,85,82); }

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

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

 span { border-color: rgb(104,85,82); }

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