#6B5150

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

Shades of Buccaneer #6B5150

Tints of Buccaneer #6B5150

Color information

#6B5150 (or 0x6B5150) is unknown color: approx Buccaneer. HEX triplet: 6B, 51 and 50. RGB value is (107,81,80). Sum of RGB (Red+Green+Blue) = 107+81+80=268 (35% of max value = 765). Red value is 107 (42.19% from 255 or 39.93% from 268); Green value is 81 (32.03% from 255 or 30.22% from 268); Blue value is 80 (31.64% from 255 or 29.85% from 268); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5150 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B5150 is #94AEAF. Grayscale: #585858. Windows color (decimal): -9744048 or 5263723. OLE color: 5263723.

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

Color convert

RGB1078180-
CMYK00.240.250.58
HSL2.22º14.44%36.67%-
HSV(B)2.22º25.23%41.96%-
XYZ10.459.598.89-
YUV88.66123.11141.08-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 39.93%
GREEN value IS 81 (32.03% from 255) = 30.22%
BLUE value IS 80 (31.64% from 255) = 29.85%
R=39.93%
G=30.22%
B=29.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.25
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107818000.240.250.582.2214.4436.67
Hex6B5150018193A2e25
Octal153121120030317221645
Binary11010111010001101000001100011001111010101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B5150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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