#685453

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

Shades of Buccaneer #685453

Tints of Buccaneer #685453

Color information

#685453 (or 0x685453) is unknown color: approx Buccaneer. HEX triplet: 68, 54 and 53. RGB value is (104,84,83). Sum of RGB (Red+Green+Blue) = 104+84+83=271 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.38% from 271); Green value is 84 (33.20% from 255 or 31.00% from 271); Blue value is 83 (32.81% from 255 or 30.63% from 271); Max value from RGB is 104 - color contains mainly: red. Hex color #685453 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685453 is #97ABAC. Grayscale: #595959. Windows color (decimal): -9939885 or 5461096. OLE color: 5461096.

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

Color convert

RGB1048483-
CMYK00.190.200.59
HSL2.86º11.23%36.67%-
HSV(B)2.86º20.19%40.78%-
XYZ10.449.919.55-
YUV89.87124.13138.08-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 38.38%
GREEN value IS 84 (33.20% from 255) = 31.00%
BLUE value IS 83 (32.81% from 255) = 30.63%
R=38.38%
G=31.00%
B=30.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.20
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104848300.190.200.592.8611.2336.67
Hex685453013143B3b25
Octal150124123023247331345
Binary11010001010100101001101001110100111011111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685453; }

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

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

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

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

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

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

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

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