#6F544E

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

Shades of Buccaneer #6F544E

Tints of Buccaneer #6F544E

Color information

#6F544E (or 0x6F544E) is unknown color: approx Buccaneer. HEX triplet: 6F, 54 and 4E. RGB value is (111,84,78). Sum of RGB (Red+Green+Blue) = 111+84+78=273 (36% of max value = 765). Red value is 111 (43.75% from 255 or 40.66% from 273); Green value is 84 (33.20% from 255 or 30.77% from 273); Blue value is 78 (30.86% from 255 or 28.57% from 273); Max value from RGB is 111 - color contains mainly: red. Hex color #6F544E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F544E is #90ABB1. Grayscale: #5B5B5B. Windows color (decimal): -9481138 or 5133423. OLE color: 5133423.

HSL color Cylindrical-coordinate representation of color #6F544E: hue angle of 10.91º degrees, saturation: 0.17, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6F544E is Cyan = 0, Magento = 0.24, Yellow = 0.30 and Black (K on CMYK) = 0.56.

Color convert

RGB1118478-
CMYK00.240.300.56
HSL10.91º17.46%37.06%-
HSV(B)10.91º29.73%43.53%-
XYZ11.110.278.6-
YUV91.39120.45141.99-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 40.66%
GREEN value IS 84 (33.20% from 255) = 30.77%
BLUE value IS 78 (30.86% from 255) = 28.57%
R=40.66%
G=30.77%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.30
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111847800.240.300.5610.9117.4637.06
Hex6F544E0181E38b1125
Octal1571241160303670132145
Binary11011111010100100111001100011110111000101110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F544E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,84,78); }

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

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

 a { background-color: rgb(111,84,78); }

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

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

 span { border-color: rgb(111,84,78); }

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