#6B504D

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

Shades of Buccaneer #6B504D

Tints of Buccaneer #6B504D

Color information

#6B504D (or 0x6B504D) is unknown color: approx Buccaneer. HEX triplet: 6B, 50 and 4D. RGB value is (107,80,77). Sum of RGB (Red+Green+Blue) = 107+80+77=264 (34% of max value = 765). Red value is 107 (42.19% from 255 or 40.53% from 264); Green value is 80 (31.64% from 255 or 30.30% from 264); Blue value is 77 (30.47% from 255 or 29.17% from 264); Max value from RGB is 107 - color contains mainly: red. Hex color #6B504D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B504D is #94AFB2. Grayscale: #575757. Windows color (decimal): -9744307 or 5066859. OLE color: 5066859.

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

Color convert

RGB1078077-
CMYK00.250.280.58
HSL16.3%36.08%-
HSV(B)28.04%41.96%-
XYZ10.279.48.29-
YUV87.73121.95141.74-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 40.53%
GREEN value IS 80 (31.64% from 255) = 30.30%
BLUE value IS 77 (30.47% from 255) = 29.17%
R=40.53%
G=30.30%
B=29.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.28
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107807700.250.280.58616.336.08
Hex6B504D0191C3A61024
Octal153120115031347262044
Binary1101011101000010011010110011110011101011010000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B504D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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