#684D4C

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

Shades of Buccaneer #684D4C

Tints of Buccaneer #684D4C

Color information

#684D4C (or 0x684D4C) is unknown color: approx Buccaneer. HEX triplet: 68, 4D and 4C. RGB value is (104,77,76). Sum of RGB (Red+Green+Blue) = 104+77+76=257 (34% of max value = 765). Red value is 104 (41.02% from 255 or 40.47% from 257); Green value is 77 (30.47% from 255 or 29.96% from 257); Blue value is 76 (30.08% from 255 or 29.57% from 257); Max value from RGB is 104 - color contains mainly: red. Hex color #684D4C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #684D4C is #97B2B3. Grayscale: #545454. Windows color (decimal): -9941684 or 5000552. OLE color: 5000552.

HSL color Cylindrical-coordinate representation of color #684D4C: hue angle of 2.14º degrees, saturation: 0.16, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #684D4C is Cyan = 0, Magento = 0.26, Yellow = 0.27 and Black (K on CMYK) = 0.59.

Color convert

RGB1047776-
CMYK00.260.270.59
HSL2.14º15.56%35.29%-
HSV(B)2.14º26.92%40.78%-
XYZ9.678.778.02-
YUV84.96122.95141.58-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 40.47%
GREEN value IS 77 (30.47% from 255) = 29.96%
BLUE value IS 76 (30.08% from 255) = 29.57%
R=40.47%
G=29.96%
B=29.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.27
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104777600.260.270.592.1415.5635.29
Hex684D4C01A1B3B21023
Octal150115114032337322043
Binary110100010011011001100011010110111110111010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684D4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #684D4C; }

 p { color: rgb(104,77,76); }

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

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

 a { background-color: rgb(104,77,76); }

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

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

 span { border-color: rgb(104,77,76); }

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