#6F5755

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

Shades of Buccaneer #6F5755

Tints of Buccaneer #6F5755

Color information

#6F5755 (or 0x6F5755) is unknown color: approx Buccaneer. HEX triplet: 6F, 57 and 55. RGB value is (111,87,85). Sum of RGB (Red+Green+Blue) = 111+87+85=283 (37% of max value = 765). Red value is 111 (43.75% from 255 or 39.22% from 283); Green value is 87 (34.38% from 255 or 30.74% from 283); Blue value is 85 (33.59% from 255 or 30.04% from 283); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5755 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5755 is #90A8AA. Grayscale: #5D5D5D. Windows color (decimal): -9480363 or 5592943. OLE color: 5592943.

HSL color Cylindrical-coordinate representation of color #6F5755: hue angle of 4.62º degrees, saturation: 0.13, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #6F5755 is Cyan = 0, Magento = 0.22, Yellow = 0.23 and Black (K on CMYK) = 0.56.

Color convert

RGB1118785-
CMYK00.220.230.56
HSL4.62º13.27%38.43%-
HSV(B)4.62º23.42%43.53%-
XYZ11.610.8510.08-
YUV93.95122.95140.16-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 39.22%
GREEN value IS 87 (34.38% from 255) = 30.74%
BLUE value IS 85 (33.59% from 255) = 30.04%
R=39.22%
G=30.74%
B=30.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.23
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111878500.220.230.564.6213.2738.43
Hex6F575501617385d26
Octal157127125026277051546
Binary110111110101111010101010110101111110001011101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F5755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,87,85); }

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

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

 a { background-color: rgb(111,87,85); }

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

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

 span { border-color: rgb(111,87,85); }

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