#6F534E

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

Shades of Buccaneer #6F534E

Tints of Buccaneer #6F534E

Color information

#6F534E (or 0x6F534E) is unknown color: approx Buccaneer. HEX triplet: 6F, 53 and 4E. RGB value is (111,83,78). Sum of RGB (Red+Green+Blue) = 111+83+78=272 (36% of max value = 765). Red value is 111 (43.75% from 255 or 40.81% from 272); Green value is 83 (32.81% from 255 or 30.51% from 272); Blue value is 78 (30.86% from 255 or 28.68% from 272); Max value from RGB is 111 - color contains mainly: red. Hex color #6F534E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F534E is #90ACB1. Grayscale: #5A5A5A. Windows color (decimal): -9481394 or 5133167. OLE color: 5133167.

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

Color convert

RGB1118378-
CMYK00.250.300.56
HSL9.09º17.46%37.06%-
HSV(B)9.09º29.73%43.53%-
XYZ11.0210.128.58-
YUV90.8120.78142.41-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 40.81%
GREEN value IS 83 (32.81% from 255) = 30.51%
BLUE value IS 78 (30.86% from 255) = 28.68%
R=40.81%
G=30.51%
B=28.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.30
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111837800.250.300.569.0917.4637.06
Hex6F534E0191E3891125
Octal1571231160313670112145
Binary11011111010011100111001100111110111000100110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F534E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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