#684F4E

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

Shades of Buccaneer #684F4E

Tints of Buccaneer #684F4E

Color information

#684F4E (or 0x684F4E) is unknown color: approx Buccaneer. HEX triplet: 68, 4F and 4E. RGB value is (104,79,78). Sum of RGB (Red+Green+Blue) = 104+79+78=261 (34% of max value = 765). Red value is 104 (41.02% from 255 or 39.85% from 261); Green value is 79 (31.25% from 255 or 30.27% from 261); Blue value is 78 (30.86% from 255 or 29.89% from 261); Max value from RGB is 104 - color contains mainly: red. Hex color #684F4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #684F4E is #97B0B1. Grayscale: #565656. Windows color (decimal): -9941170 or 5132136. OLE color: 5132136.

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

Color convert

RGB1047978-
CMYK00.240.250.59
HSL2.31º14.29%35.69%-
HSV(B)2.31º25%40.78%-
XYZ9.889.098.44-
YUV86.36123.28140.58-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 39.85%
GREEN value IS 79 (31.25% from 255) = 30.27%
BLUE value IS 78 (30.86% from 255) = 29.89%
R=39.85%
G=30.27%
B=29.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.25
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104797800.240.250.592.3114.2935.69
Hex684F4E018193B2e24
Octal150117116030317321644
Binary11010001001111100111001100011001111011101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684F4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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