#6B4747

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

Shades of Buccaneer #6B4747

Tints of Buccaneer #6B4747

Color information

#6B4747 (or 0x6B4747) is unknown color: approx Buccaneer. HEX triplet: 6B, 47 and 47. RGB value is (107,71,71). Sum of RGB (Red+Green+Blue) = 107+71+71=249 (32% of max value = 765). Red value is 107 (42.19% from 255 or 42.97% from 249); Green value is 71 (28.12% from 255 or 28.51% from 249); Blue value is 71 (28.12% from 255 or 28.51% from 249); Max value from RGB is 107 - color contains mainly: red. Hex color #6B4747 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B4747 is #94B8B8. Grayscale: #515151. Windows color (decimal): -9746617 or 4671339. OLE color: 4671339.

HSL color Cylindrical-coordinate representation of color #6B4747: hue angle of 0º degrees, saturation: 0.2, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6B4747 is Cyan = 0, Magento = 0.34, Yellow = 0.34 and Black (K on CMYK) = 0.58.

Color convert

RGB1077171-
CMYK00.340.340.58
HSL20.22%34.9%-
HSV(B)33.64%41.96%-
XYZ9.458.097.02-
YUV81.76121.93146-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 42.97%
GREEN value IS 71 (28.12% from 255) = 28.51%
BLUE value IS 71 (28.12% from 255) = 28.51%
R=42.97%
G=28.51%
B=28.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.34
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107717100.340.340.58020.2234.9
Hex6B4747022223A01423
Octal153107107042427202443
Binary1101011100011110001110100010100010111010010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B4747

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6B4747; }

 p { color: rgb(107,71,71); }

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

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

 a { background-color: rgb(107,71,71); }

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

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

 span { border-color: rgb(107,71,71); }

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