#605050

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

Shades of Buccaneer #605050

Tints of Buccaneer #605050

Color information

#605050 (or 0x605050) is unknown color: approx Buccaneer. HEX triplet: 60, 50 and 50. RGB value is (96,80,80). Sum of RGB (Red+Green+Blue) = 96+80+80=256 (33% of max value = 765). Red value is 96 (37.89% from 255 or 37.5% from 256); Green value is 80 (31.64% from 255 or 31.25% from 256); Blue value is 80 (31.64% from 255 or 31.25% from 256); Max value from RGB is 96 - color contains mainly: red. Hex color #605050 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605050 is #9FAFAF. Grayscale: #545454. Windows color (decimal): -10465200 or 5263456. OLE color: 5263456.

HSL color Cylindrical-coordinate representation of color #605050: hue angle of 0º degrees, saturation: 0.09, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #605050 is Cyan = 0, Magento = 0.17, Yellow = 0.17 and Black (K on CMYK) = 0.62.

Color convert

RGB968080-
CMYK00.170.170.62
HSL9.09%34.51%-
HSV(B)16.67%37.65%-
XYZ9.148.88.81-
YUV84.78125.3136-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 37.5%
GREEN value IS 80 (31.64% from 255) = 31.25%
BLUE value IS 80 (31.64% from 255) = 31.25%
R=37.5%
G=31.25%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.17
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96808000.170.170.6209.0934.51
Hex605050011113E0923
Octal140120120021217601143
Binary1100000101000010100000100011000111111001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605050; }

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

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

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

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

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

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

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

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