#685351

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

Shades of Buccaneer #685351

Tints of Buccaneer #685351

Color information

#685351 (or 0x685351) is unknown color: approx Buccaneer. HEX triplet: 68, 53 and 51. RGB value is (104,83,81). Sum of RGB (Red+Green+Blue) = 104+83+81=268 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.81% from 268); Green value is 83 (32.81% from 255 or 30.97% from 268); Blue value is 81 (32.03% from 255 or 30.22% from 268); Max value from RGB is 104 - color contains mainly: red. Hex color #685351 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685351 is #97ACAE. Grayscale: #595959. Windows color (decimal): -9940143 or 5329768. OLE color: 5329768.

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

Color convert

RGB1048381-
CMYK00.200.220.59
HSL5.22º12.43%36.27%-
HSV(B)5.22º22.12%40.78%-
XYZ10.299.729.12-
YUV89.05123.46138.66-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 38.81%
GREEN value IS 83 (32.81% from 255) = 30.97%
BLUE value IS 81 (32.03% from 255) = 30.22%
R=38.81%
G=30.97%
B=30.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.22
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104838100.200.220.595.2212.4336.27
Hex685351014163B5c24
Octal150123121024267351444
Binary110100010100111010001010100101101110111011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685351; }

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

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

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

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

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

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

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

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