#685352

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

Shades of Buccaneer #685352

Tints of Buccaneer #685352

Color information

#685352 (or 0x685352) is unknown color: approx Buccaneer. HEX triplet: 68, 53 and 52. RGB value is (104,83,82). Sum of RGB (Red+Green+Blue) = 104+83+82=269 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.66% from 269); Green value is 83 (32.81% from 255 or 30.86% from 269); Blue value is 82 (32.42% from 255 or 30.48% from 269); Max value from RGB is 104 - color contains mainly: red. Hex color #685352 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685352 is #97ACAD. Grayscale: #595959. Windows color (decimal): -9940142 or 5395304. OLE color: 5395304.

HSL color Cylindrical-coordinate representation of color #685352: hue angle of 2.73º 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 #685352 is Cyan = 0, Magento = 0.20, Yellow = 0.21 and Black (K on CMYK) = 0.59.

Color convert

RGB1048382-
CMYK00.200.210.59
HSL2.73º11.83%36.47%-
HSV(B)2.73º21.15%40.78%-
XYZ10.339.749.32-
YUV89.16123.96138.58-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 38.66%
GREEN value IS 83 (32.81% from 255) = 30.86%
BLUE value IS 82 (32.42% from 255) = 30.48%
R=38.66%
G=30.86%
B=30.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.21
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104838200.200.210.592.7311.8336.47
Hex685352014153B3c24
Octal150123122024257331444
Binary11010001010011101001001010010101111011111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685352; }

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

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

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

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

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

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

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

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