#684E4D

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

Shades of Buccaneer #684E4D

Tints of Buccaneer #684E4D

Color information

#684E4D (or 0x684E4D) is unknown color: approx Buccaneer. HEX triplet: 68, 4E and 4D. RGB value is (104,78,77). Sum of RGB (Red+Green+Blue) = 104+78+77=259 (34% of max value = 765). Red value is 104 (41.02% from 255 or 40.15% from 259); Green value is 78 (30.86% from 255 or 30.12% from 259); Blue value is 77 (30.47% from 255 or 29.73% from 259); Max value from RGB is 104 - color contains mainly: red. Hex color #684E4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #684E4D is #97B1B2. Grayscale: #555555. Windows color (decimal): -9941427 or 5066344. OLE color: 5066344.

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

Color convert

RGB1047877-
CMYK00.250.260.59
HSL2.22º14.92%35.49%-
HSV(B)2.22º25.96%40.78%-
XYZ9.778.938.23-
YUV85.66123.11141.08-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 40.15%
GREEN value IS 78 (30.86% from 255) = 30.12%
BLUE value IS 77 (30.47% from 255) = 29.73%
R=40.15%
G=30.12%
B=29.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.26
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104787700.250.260.592.2214.9235.49
Hex684E4D0191A3B2f23
Octal150116115031327321743
Binary11010001001110100110101100111010111011101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684E4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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