#6F5955

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

Shades of Buccaneer #6F5955

Tints of Buccaneer #6F5955

Color information

#6F5955 (or 0x6F5955) is unknown color: approx Buccaneer. HEX triplet: 6F, 59 and 55. RGB value is (111,89,85). Sum of RGB (Red+Green+Blue) = 111+89+85=285 (37% of max value = 765). Red value is 111 (43.75% from 255 or 38.95% from 285); Green value is 89 (35.16% from 255 or 31.23% from 285); Blue value is 85 (33.59% from 255 or 29.82% from 285); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5955 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5955 is #90A6AA. Grayscale: #5F5F5F. Windows color (decimal): -9479851 or 5593455. OLE color: 5593455.

HSL color Cylindrical-coordinate representation of color #6F5955: hue angle of 9.23º 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 #6F5955 is Cyan = 0, Magento = 0.20, Yellow = 0.23 and Black (K on CMYK) = 0.56.

Color convert

RGB1118985-
CMYK00.200.230.56
HSL9.23º13.27%38.43%-
HSV(B)9.23º23.42%43.53%-
XYZ11.7711.1810.13-
YUV95.12122.29139.33-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 38.95%
GREEN value IS 89 (35.16% from 255) = 31.23%
BLUE value IS 85 (33.59% from 255) = 29.82%
R=38.95%
G=31.23%
B=29.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.23
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111898500.200.230.569.2313.2738.43
Hex6F595501417389d26
Octal1571311250242770111546
Binary1101111101100110101010101001011111100010011101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F5955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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