#6B5050

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

Shades of Buccaneer #6B5050

Tints of Buccaneer #6B5050

Color information

#6B5050 (or 0x6B5050) is unknown color: approx Buccaneer. HEX triplet: 6B, 50 and 50. RGB value is (107,80,80). Sum of RGB (Red+Green+Blue) = 107+80+80=267 (35% of max value = 765). Red value is 107 (42.19% from 255 or 40.07% from 267); Green value is 80 (31.64% from 255 or 29.96% from 267); Blue value is 80 (31.64% from 255 or 29.96% from 267); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5050 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B5050 is #94AFAF. Grayscale: #585858. Windows color (decimal): -9744304 or 5263467. OLE color: 5263467.

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

Color convert

RGB1078080-
CMYK00.250.250.58
HSL14.44%36.67%-
HSV(B)25.23%41.96%-
XYZ10.389.448.86-
YUV88.07123.45141.5-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 40.07%
GREEN value IS 80 (31.64% from 255) = 29.96%
BLUE value IS 80 (31.64% from 255) = 29.96%
R=40.07%
G=29.96%
B=29.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.25
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107808000.250.250.58014.4436.67
Hex6B5050019193A0e25
Octal153120120031317201645
Binary1101011101000010100000110011100111101001110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B5050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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