#6B504F

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

Shades of Buccaneer #6B504F

Tints of Buccaneer #6B504F

Color information

#6B504F (or 0x6B504F) is unknown color: approx Buccaneer. HEX triplet: 6B, 50 and 4F. RGB value is (107,80,79). Sum of RGB (Red+Green+Blue) = 107+80+79=266 (35% of max value = 765). Red value is 107 (42.19% from 255 or 40.23% from 266); Green value is 80 (31.64% from 255 or 30.08% from 266); Blue value is 79 (31.25% from 255 or 29.70% from 266); Max value from RGB is 107 - color contains mainly: red. Hex color #6B504F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B504F is #94AFB0. Grayscale: #575757. Windows color (decimal): -9744305 or 5197931. OLE color: 5197931.

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

Color convert

RGB1078079-
CMYK00.250.260.58
HSL2.14º15.05%36.47%-
HSV(B)2.14º26.17%41.96%-
XYZ10.349.438.67-
YUV87.96122.95141.58-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 40.23%
GREEN value IS 80 (31.64% from 255) = 30.08%
BLUE value IS 79 (31.25% from 255) = 29.70%
R=40.23%
G=30.08%
B=29.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.26
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107807900.250.260.582.1415.0536.47
Hex6B504F0191A3A2f24
Octal153120117031327221744
Binary11010111010000100111101100111010111010101111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B504F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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