#6B5350

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

Shades of Buccaneer #6B5350

Tints of Buccaneer #6B5350

Color information

#6B5350 (or 0x6B5350) is unknown color: approx Buccaneer. HEX triplet: 6B, 53 and 50. RGB value is (107,83,80). Sum of RGB (Red+Green+Blue) = 107+83+80=270 (35% of max value = 765). Red value is 107 (42.19% from 255 or 39.63% from 270); Green value is 83 (32.81% from 255 or 30.74% from 270); Blue value is 80 (31.64% from 255 or 29.63% from 270); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5350 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B5350 is #94ACAF. Grayscale: #595959. Windows color (decimal): -9743536 or 5264235. OLE color: 5264235.

HSL color Cylindrical-coordinate representation of color #6B5350: hue angle of 6.67º degrees, saturation: 0.14, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #6B5350 is Cyan = 0, Magento = 0.22, Yellow = 0.25 and Black (K on CMYK) = 0.58.

Color convert

RGB1078380-
CMYK00.220.250.58
HSL6.67º14.44%36.67%-
HSV(B)6.67º25.23%41.96%-
XYZ10.69.898.94-
YUV89.83122.45140.24-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 39.63%
GREEN value IS 83 (32.81% from 255) = 30.74%
BLUE value IS 80 (31.64% from 255) = 29.63%
R=39.63%
G=30.74%
B=29.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.25
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107838000.220.250.586.6714.4436.67
Hex6B5350016193A7e25
Octal153123120026317271645
Binary110101110100111010000010110110011110101111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B5350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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