#6F5350

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

Shades of Buccaneer #6F5350

Tints of Buccaneer #6F5350

Color information

#6F5350 (or 0x6F5350) is unknown color: approx Buccaneer. HEX triplet: 6F, 53 and 50. RGB value is (111,83,80). Sum of RGB (Red+Green+Blue) = 111+83+80=274 (36% of max value = 765). Red value is 111 (43.75% from 255 or 40.51% from 274); Green value is 83 (32.81% from 255 or 30.29% from 274); Blue value is 80 (31.64% from 255 or 29.20% from 274); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5350 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5350 is #90ACAF. Grayscale: #5B5B5B. Windows color (decimal): -9481392 or 5264239. OLE color: 5264239.

HSL color Cylindrical-coordinate representation of color #6F5350: hue angle of 5.81º degrees, saturation: 0.16, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #6F5350 is Cyan = 0, Magento = 0.25, Yellow = 0.28 and Black (K on CMYK) = 0.56.

Color convert

RGB1118380-
CMYK00.250.280.56
HSL5.81º16.23%37.45%-
HSV(B)5.81º27.93%43.53%-
XYZ11.110.158.96-
YUV91.03121.78142.24-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 40.51%
GREEN value IS 83 (32.81% from 255) = 30.29%
BLUE value IS 80 (31.64% from 255) = 29.20%
R=40.51%
G=30.29%
B=29.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.28
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111838000.250.280.565.8116.2337.45
Hex6F53500191C3861025
Octal157123120031347062045
Binary1101111101001110100000110011110011100011010000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F5350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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