#685250

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

Shades of Buccaneer #685250

Tints of Buccaneer #685250

Color information

#685250 (or 0x685250) is unknown color: approx Buccaneer. HEX triplet: 68, 52 and 50. RGB value is (104,82,80). Sum of RGB (Red+Green+Blue) = 104+82+80=266 (35% of max value = 765). Red value is 104 (41.02% from 255 or 39.10% from 266); Green value is 82 (32.42% from 255 or 30.83% from 266); Blue value is 80 (31.64% from 255 or 30.08% from 266); Max value from RGB is 104 - color contains mainly: red. Hex color #685250 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685250 is #97ADAF. Grayscale: #585858. Windows color (decimal): -9940400 or 5263976. OLE color: 5263976.

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

Color convert

RGB1048280-
CMYK00.210.230.59
HSL13.04%36.08%-
HSV(B)23.08%40.78%-
XYZ10.179.568.9-
YUV88.35123.29139.16-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 39.10%
GREEN value IS 82 (32.42% from 255) = 30.83%
BLUE value IS 80 (31.64% from 255) = 30.08%
R=39.10%
G=30.83%
B=30.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.23
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104828000.210.230.59513.0436.08
Hex685250015173B5d24
Octal150122120025277351544
Binary110100010100101010000010101101111110111011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685250; }

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

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

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

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

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

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

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

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